failures in make check now result in an error
This commit is contained in:
2
Makefile
2
Makefile
@@ -101,7 +101,7 @@ check_objs: $(CHECK_OBJ)
|
|||||||
check_bins: $(CHECK_BINS)
|
check_bins: $(CHECK_BINS)
|
||||||
|
|
||||||
check: $(CHECK_BINS)
|
check: $(CHECK_BINS)
|
||||||
for bin in $^; do $$bin; done
|
r=true ; for bin in $^; do $$bin || r=false; done ; $$r
|
||||||
|
|
||||||
acceptance:
|
acceptance:
|
||||||
cd tests/acceptance && RUBYOPT='-I.' ruby nbd_scenarios -v
|
cd tests/acceptance && RUBYOPT='-I.' ruby nbd_scenarios -v
|
||||||
|
Reference in New Issue
Block a user