Browse Source

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

We want to know what exactly failed.

Contributes to issue CURA-6188.
Ghostkeeper 5 years ago
parent
commit
36cefcf0a3
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 --output-on-failure -T Test
+ctest3 --verbose --output-on-failure -T Test