summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2022-08-24 21:46:25 +0200
committerMarc Hoersken <info@marc-hoersken.de>2022-08-28 19:18:22 +0200
commitc5c6e86783d6e2caea50eee66a29c7157c92f54f (patch)
tree1b1d24c57f7e4897beb7963952476ee56dd5737d /.azure-pipelines.yml
parent65bbb5e6f461af89b0901a3f3f14dad913bc2a36 (diff)
downloadcurl-c5c6e86783d6e2caea50eee66a29c7157c92f54f.tar.gz
CI/runtests.pl: add param for dedicated curl to talk to APIs
This should make it possible to also report test failures if our freshly build curl binary is not fully functional. Reviewed-by: Daniel Stenberg Closes #9360
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 8d1e5d7bc..c21d49f72 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -95,7 +95,7 @@ stages:
displayName: 'test'
env:
AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
- TFLAGS: "-r $(tests)"
+ TFLAGS: "-ac /usr/bin/curl -r $(tests)"
- stage: distcheck
dependsOn: []
@@ -294,4 +294,4 @@ stages:
displayName: 'test'
env:
AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
- TFLAGS: "!IDN !SCP ~612 ~1056 $(tests)"
+ TFLAGS: "-ac /usr/bin/curl.exe !IDN !SCP ~612 ~1056 $(tests)"