Exit with failure if any CPP test fails (see #1811)

This commit is contained in:
Sandro Santilli 2013-04-16 18:34:50 +02:00
parent 96414f9262
commit bb0133e929

View file

@ -25,7 +25,7 @@ test:
@python tests/visual_tests/test.py -q || true
@echo "*** Running C++ tests..."
@for FILE in tests/cpp_tests/*-bin; do \
$${FILE}; \
$${FILE} || exit 1;\
done
@echo "*** Running python tests..."
@python tests/run_tests.py -q