Merge branch 'verbose_failed_tests_releases'

This commit is contained in:
Brad King 2010-06-07 14:29:39 -04:00
commit 1af9bfd827

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