Merge branch 'failed-tests-cause-error' into 'master'

failures in make check now result in an error



See merge request !13
This commit is contained in:
Patrick J Cherry
2016-10-05 17:20:43 +01:00

View File

@@ -101,7 +101,7 @@ check_objs: $(CHECK_OBJ)
check_bins: $(CHECK_BINS)
check: $(CHECK_BINS)
for bin in $^; do $$bin; done
r=true ; for bin in $^; do $$bin || r=false; done ; $$r
acceptance:
cd tests/acceptance && RUBYOPT='-I.' ruby nbd_scenarios -v