From 36cefcf0a313bc0db207539ff9b29d1aef03446a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 17 Apr 2019 17:10:25 +0200 Subject: [PATCH] Give more verbose output if a test failed (or succeeded) We want to know what exactly failed. Contributes to issue CURA-6188. --- docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build.sh b/docker/build.sh index eb20b18c0d..88fec8b869 100755 --- a/docker/build.sh +++ b/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