We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990cde8 commit 8c8bd4bCopy full SHA for 8c8bd4b
appveyor.yml
@@ -25,6 +25,6 @@ test_script:
25
- set PATH=C:\Strawberry\perl\bin;%PATH%;C:\Program Files (x86)\Windows Kits\10\Debuggers\x64
26
- cd %APPVEYOR_BUILD_FOLDER%\_build\mysql-test
27
- 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
+ - 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
29
30
image: Visual Studio 2022
0 commit comments