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

This reverts commit 36cefcf0a3. Apparently it was already working correctly and I just wasn't looking properly.
This commit is contained in:
Ghostkeeper 2019-04-18 14:43:39 +02:00
parent 39072a1498
commit ba9c38a4a6
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

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