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

We want to know what exactly failed.

Contributes to issue CURA-6188.
This commit is contained in:
Ghostkeeper 2019-04-17 17:10:25 +02:00
parent cd89f7345a
commit 36cefcf0a3
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

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