Browse Source

Revert "Give more verbose output if a test failed (or succeeded)"

This reverts commit 36cefcf0a313bc0db207539ff9b29d1aef03446a. Apparently it was already working correctly and I just wasn't looking properly.
Ghostkeeper 5 years ago
parent
commit
ba9c38a4a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/build.sh

+ 1 - 1
docker/build.sh

@@ -40,4 +40,4 @@ cmake3 \
     -DBUILD_TESTS=ON \
     ..
 make
-ctest3 --verbose --output-on-failure -T Test
+ctest3 --output-on-failure -T Test