summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-10-25 12:07:00 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-10-25 22:58:06 +0100
commite2bcdf557b16962af51a34ce493c4375e24895a7 (patch)
tree75ac71017893e425d0c5573582454ab9248d41f8 /appveyor.yml
parent499b3b6ff65d6e5e2df9f6d451b7fb1c0f428e99 (diff)
downloadcurl-e2bcdf557b16962af51a34ce493c4375e24895a7.tar.gz
CI/appveyor: remove (unused) runtests.pl -b option
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1be00e728..8b5e87874 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -303,7 +303,7 @@ test_script:
cmake --build . --config %PRJ_CFG% --target test-nonflaky
) else (
echo APPVEYOR_API_URL=%APPVEYOR_API_URL% &&
- bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a -b$(($(echo '%APPVEYOR_API_URL%' | cut -d'/' -f3 | cut -d':' -f2)+1)) -p !flaky %DISABLED_TESTS%" ))
+ bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a -p !flaky %DISABLED_TESTS%" ))
# select branches to avoid testing feature branches twice (as branch and as pull request)
branches: