From 6a34b20540e0e000f1d6f68666bd428fa4003797 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Tue, 29 Oct 2019 17:08:34 +0100 Subject: [PATCH] chore: call ctest with -V --- script/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci.sh b/script/ci.sh index eb6ef0c61f..0f60bb54a0 100755 --- a/script/ci.sh +++ b/script/ci.sh @@ -5,5 +5,5 @@ cd build eval cmake ../src $CMAKE_OPTIONS cmake --build . # -T to create .xml file -ctest -j8 --output-on-failure --no-compress-output -T Test +ctest -j8 -V --output-on-failure --no-compress-output -T Test cpack