From cf381f68b703b04037d1a950d2d958cce227f35d Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Sun, 3 Nov 2019 19:45:02 +0100 Subject: [PATCH] chore: revert "chore: call ctest with -V" This reverts commit 6a34b20540e0e000f1d6f68666bd428fa4003797. --- script/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ci.sh b/script/ci.sh index 0f60bb54a0..eb6ef0c61f 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 -V --output-on-failure --no-compress-output -T Test +ctest -j8 --output-on-failure --no-compress-output -T Test cpack