[Libvirt-ci] Passed: libvirt/libvirt#471 (master - 4c248e9)

Travis CI builds at travis-ci.org
Tue Sep 5 13:25:18 UTC 2017


Build Update for libvirt/libvirt
-------------------------------------

Build: #471
Status: Passed

Duration: 17 minutes and 7 seconds
Commit: 4c248e9 (master)
Author: Erik Skultety
Message: maint: Fix incorrect parenthesis placement causing true/false assignment

There were a few places in our code where the following pattern in 'if'
condition occurred:

if ((foo = bar() < 0))
    do something;

This patch adjusts the conditions to the expected format:

if ((foo = bar()) < 0)
    do something;

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1488192

Signed-off-by: Erik Skultety <eskultet at redhat.com>
Reviewed-by: Martin Kletzander <mkletzan at redhat.com>

View the changeset: https://github.com/libvirt/libvirt/compare/a2b240e60e60...4c248e938a55

View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/271982246?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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-ci/attachments/20170905/6a6f1a2d/attachment.htm>


More information about the Libvirt-ci mailing list