mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
Merge branch 'verbose_failed_tests_releases'
This commit is contained in:
@@ -123,7 +123,7 @@ check_exit_value $? "Build cmake" || exit 1
|
||||
|
||||
if [ -z "@SKIP_TESTS@" ]; then
|
||||
echo "Run cmake tests"
|
||||
./bin/ctest -j @PROCESSORS@ test
|
||||
./bin/ctest --output-on-failure -j @PROCESSORS@ test
|
||||
check_exit_value $? "Test cmake" || exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user