mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 18:05:20 +00:00
Ensure build fails if tests fail
This commit is contained in:
parent
2bdf20ba8b
commit
80b7a7ab4f
@ -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
|
||||
|
@ -21,6 +21,7 @@ rm -rf coverage
|
||||
make
|
||||
make install
|
||||
|
||||
set -o pipefail
|
||||
make check 2>&1 | tee $RESULTS
|
||||
make cov
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user