aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b755e22e64..a1bd2046e9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -137,5 +137,5 @@ for:
- mingw32-make test
- mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 -j %JOBS% --exclude win32ole"
# separately execute tests that may crash worker without -j.
- - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5" TESTS="../test/win32ole"
+ - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5" TESTS="%APPVEYOR_BUILD_FOLDER%/test/win32ole"
- mingw32-make test-spec MSPECOPT=-j