diff options
Diffstat (limited to 'test/postinstall/test_cmake.bat')
| -rwxr-xr-x | test/postinstall/test_cmake.bat | 2 |
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 |
