[Libvirt-ci] Passed: libvirt/libvirt#682 (master - 299e97c)

Build Update for libvirt/libvirt ------------------------------------- Build: #682 Status: Passed Duration: 38 minutes and 7 seconds Commit: 299e97c (master) Author: Jim Fehlig Message: virconf: properly set the end of content There was a recent report of the xen-xl converter not handling config files missing an ending newline https://www.redhat.com/archives/libvir-list/2017-October/msg01353.html Commit 3cc2a9e0 fixed a similar problem when parsing content of a file but missed parsing in-memory content. But AFAICT, the better fix is to properly set the end of the content when initializing the virConfParserCtxt in virConfParse(). This commit reverts the part of 3cc2a9e0 that appends a newline to files missing it, and fixes setting the end of content when initializing virConfParserCtxt. A test is also added to check parsing in-memory content missing an ending newline. Signed-off-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: Daniel P. Berrange <berrange@redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/5af63c9aa32e...299e97c4e8a4 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/299690025?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
participants (1)
-
Travis CI