We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90202ba commit a40d6c3Copy full SHA for a40d6c3
scripts/test.sh
@@ -26,11 +26,11 @@ echo "building before tests ..."
26
$ROOT/scripts/build.sh $DEBUG
27
28
echo "running test in debug build ..."
29
-cd $DBGDIR && ctest $ROOT
+cd $DBGDIR && ctest $ROOT --output-on-failure
30
31
if [ "$DEBUG" != "--debug" ]; then
32
echo "running test in release build ..."
33
-cd $RELDIR && ctest $ROOT
+cd $RELDIR && ctest $ROOT --output-on-failure
34
echo "TEST PASSED"
35
else
36
echo "DEBUG TEST PASSED"
0 commit comments