summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-07-27 13:41:06 -0700
committerBen Pfaff <blp@ovn.org>2017-07-27 16:50:09 -0700
commitfe70f381c18e2abefc71bc59d6fad3c7386d69d9 (patch)
tree50447d2f25f94aa350a498b7ca85460818892eff /.travis
parent48035edbe782be63daa9e2c4f71860d405b4d479 (diff)
downloadopenvswitch-fe70f381c18e2abefc71bc59d6fad3c7386d69d9.tar.gz
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>
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/linux-prepare.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/linux-prepare.sh b/.travis/linux-prepare.sh
index e5e49e158..89770c28d 100755
--- a/.travis/linux-prepare.sh
+++ b/.travis/linux-prepare.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+set -ev
+
# Build and install sparse.
#
# Explicitly disable sparse support for llvm because some travis