]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Ensure build fails if tests fail
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 7 Jun 2007 14:48:30 +0000 (14:48 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 7 Jun 2007 14:48:30 +0000 (14:48 +0000)
ChangeLog
autobuild.sh

index d50914b6459c9c2adaabe5f53a9a8d8e9e58e347..1d504acd0fb9f54fa85ca637f81d9d23299dc579 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index fe9c5adcad0e25ee03ea231be9de75611608fbca..06b9c38519f323492481e9f136184a838afb02c4 100755 (executable)
@@ -21,6 +21,7 @@ rm -rf coverage
 make
 make install
 
+set -o pipefail
 make check 2>&1 | tee $RESULTS
 make cov