Ensure build fails if tests fail

This commit is contained in:
Daniel P. Berrange 2007-06-07 14:48:30 +00:00
parent 2bdf20ba8b
commit 80b7a7ab4f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Jun 7 10:47:30 EST 2007 Daniel Berrange <berrange@redhat.com>
* autobuild.sh: Ensure build fails if tests fail
Thu Jun 7 10:08:30 EST 2007 Daniel Berrange <berrange@redhat.com>
* src/xm_internal.c: Fix boot device XML -> config conversion

View File

@ -21,6 +21,7 @@ rm -rf coverage
make
make install
set -o pipefail
make check 2>&1 | tee $RESULTS
make cov