Merge branch 'verbose_failed_tests_releases'
This commit is contained in:
commit
1af9bfd827
@ -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…
x
Reference in New Issue
Block a user