When running tests for releases use verbose output for failed tests.

This commit is contained in:
Bill Hoffman 2010-06-05 13:03:14 -04:00
parent dc6ed8ee8c
commit d06a547a78
1 changed files with 1 additions and 1 deletions

View File

@ -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