Skip to content

Commit 8c8bd4b

Browse files
committed
Fix typo in appveyor.yml
The convention used for options in mtr are 2 underscores Prior to this patch, the "parallel" option used only one underscore
1 parent 990cde8 commit 8c8bd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ test_script:
2525
- set PATH=C:\Strawberry\perl\bin;%PATH%;C:\Program Files (x86)\Windows Kits\10\Debuggers\x64
2626
- cd %APPVEYOR_BUILD_FOLDER%\_build\mysql-test
2727
- set /A parallel=4*%NUMBER_OF_PROCESSORS%
28-
- perl mysql-test-run.pl --force --max-test-fail=10 --retry=2 -parallel=%parallel% --testcase-timeout=4 --suite=main --skip-test-list=unstable-tests --mysqld=--loose-innodb-flush-log-at-trx-commit=2
28+
- perl mysql-test-run.pl --force --max-test-fail=10 --retry=2 --parallel=%parallel% --testcase-timeout=4 --suite=main --skip-test-list=unstable-tests --mysqld=--loose-innodb-flush-log-at-trx-commit=2
2929

3030
image: Visual Studio 2022

0 commit comments

Comments
 (0)