]> git.proxmox.com Git - ovs.git/commit
travis: Fail the build if any of the Linux build preparations fail.
authorBen Pfaff <blp@ovn.org>
Thu, 27 Jul 2017 20:41:06 +0000 (13:41 -0700)
committerBen Pfaff <blp@ovn.org>
Thu, 27 Jul 2017 23:50:09 +0000 (16:50 -0700)
commitfe70f381c18e2abefc71bc59d6fad3c7386d69d9
tree50447d2f25f94aa350a498b7ca85460818892eff
parent48035edbe782be63daa9e2c4f71860d405b4d479
travis: Fail the build if any of the Linux build preparations fail.

We want the build to fail if we can't prepare properly for it, but
linux-prepare.sh ignored errors.  This fixes the problem.

This would have made it more obvious where the problem fixed by the
previous commit originated.

(osx-prepare.sh already does the right thing.)

Signed-off-by: Ben Pfaff <blp@ovn.org>
.travis/linux-prepare.sh