]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI/appveyor: remove (unused) runtests.pl -b option
authorDaniel Stenberg <daniel@haxx.se>
Sun, 25 Oct 2020 11:07:00 +0000 (12:07 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Oct 2020 21:58:06 +0000 (22:58 +0100)
appveyor.yml

index 1be00e7284fd5cf90018a0821d5ad24e389ac9ea..8b5e8787464667e12531e7527c88cd2200b199a7 100644 (file)
@@ -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: