mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
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
This commit is contained in:
parent
990cde800a
commit
8c8bd4bebf
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ test_script:
|
||||||
- set PATH=C:\Strawberry\perl\bin;%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%\_build\mysql-test
|
- cd %APPVEYOR_BUILD_FOLDER%\_build\mysql-test
|
||||||
- set /A parallel=4*%NUMBER_OF_PROCESSORS%
|
- set /A parallel=4*%NUMBER_OF_PROCESSORS%
|
||||||
- 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
|
||||||
|
|
||||||
image: Visual Studio 2022
|
image: Visual Studio 2022
|
||||||
|
|
Loading…
Reference in a new issue