summaryrefslogtreecommitdiff
path: root/build/appveyor/MING-appveyor-test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/appveyor/MING-appveyor-test.bat')
-rw-r--r--build/appveyor/MING-appveyor-test.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/appveyor/MING-appveyor-test.bat b/build/appveyor/MING-appveyor-test.bat
index 499c1ff80..ba69a113c 100644
--- a/build/appveyor/MING-appveyor-test.bat
+++ b/build/appveyor/MING-appveyor-test.bat
@@ -15,8 +15,8 @@
@ECHO OFF
SETLOCAL EnableDelayedExpansion
-CD build\appveyor || EXIT /B
-CALL cl_banner_test.bat || EXIT /B
-CALL cl_setenv.bat || EXIT /B
+CD build\appveyor || EXIT /B
+CALL cl_banner_test.bat || EXIT /B
+CALL cl_setenv.bat || EXIT /B
%BASH% -lc "cd %BUILDDIR% && ctest.exe -C %CONFIGURATION% --timeout 300 -VV -E '%DISABLED_TESTS%'" || EXIT /B