summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2020-11-03 10:47:25 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2020-11-03 10:47:25 +0100
commit44836bcd12e3974e79c928be747955bfb3b73910 (patch)
tree16da7911e09729416277a9631e03d6140e4ed84d
parent440d4b282dd4992d64abdd6289859598db7e5f75 (diff)
downloadmariadb-git-44836bcd12e3974e79c928be747955bfb3b73910.tar.gz
Fix appvyeor's perl.exe path
The one which is in PATH by default is MinGW perl, which uses Unix paths. This perl does not work with mtr.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4c83cb100b0..d5cd5231e6c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,7 +14,7 @@ configuration: RelWithDebInfo
platform: x64
test_script:
- - set PATH=%PATH%;C:\Program Files (x86)\Windows Kits\10\Debuggers\x64
+ - set PATH=C:\Strawberry\perl\bin;%PATH%;C:\Program Files (x86)\Windows Kits\10\Debuggers\x64
- cd %APPVEYOR_BUILD_FOLDER%\win_build\mysql-test
- perl mysql-test-run.pl --force --max-test-fail=10 --parallel=4 --testcase-timeout=10 --skip-test-list=unstable-tests --suite=main