Ver Fonte

Merge branch 'verbose_failed_tests_releases'

Brad King há 15 anos atrás
pai
commit
1af9bfd827
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Utilities/Release/release_cmake.sh.in

+ 1 - 1
Utilities/Release/release_cmake.sh.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