aboutsummaryrefslogtreecommitdiff
path: root/test/postinstall/test_cmake.bat
diff options
context:
space:
mode:
Diffstat (limited to 'test/postinstall/test_cmake.bat')
-rwxr-xr-xtest/postinstall/test_cmake.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/postinstall/test_cmake.bat b/test/postinstall/test_cmake.bat
index 9576a4e9..fced8906 100755
--- a/test/postinstall/test_cmake.bat
+++ b/test/postinstall/test_cmake.bat
@@ -72,7 +72,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ^
-DUSE_PROJ_NAME=%1 .. || Exit /B 1
cmake --build . --config Release || Exit /B 1
-ctest --output-on-failure -V -C Release || Exit /B 1
+ctest --output-on-failure -C Release || Exit /B 1
Cd ..
Rd /s /q build