When running tests for releases use verbose output for failed tests.
This commit is contained in:
parent
dc6ed8ee8c
commit
d06a547a78
|
@ -123,7 +123,7 @@ check_exit_value $? "Build cmake" || exit 1
|
||||||
|
|
||||||
if [ -z "@SKIP_TESTS@" ]; then
|
if [ -z "@SKIP_TESTS@" ]; then
|
||||||
echo "Run cmake tests"
|
echo "Run cmake tests"
|
||||||
./bin/ctest -j @PROCESSORS@ test
|
./bin/ctest --output-on-failure -j @PROCESSORS@ test
|
||||||
check_exit_value $? "Test cmake" || exit 1
|
check_exit_value $? "Test cmake" || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue