chore: revert "chore: call ctest with -V"

This reverts commit 6a34b20540.
This commit is contained in:
Sebastian Ullrich 2019-11-03 19:45:02 +01:00 committed by Leonardo de Moura
parent d8bb4df96f
commit cf381f68b7

View file

@ -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