diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2021-02-28 22:06:17 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2021-03-01 20:19:01 +0100 |
commit | 311c31ec8e721b11ba77adf7a3865cf0cd30aa42 (patch) | |
tree | 298f2ab50b095913616506ceec530581691190c5 /.azure-pipelines.yml | |
parent | b2b3c91ed7fb44e6c6bc2f6984615b1635a5db03 (diff) | |
download | curl-311c31ec8e721b11ba77adf7a3865cf0cd30aa42.tar.gz |
runtests.pl: kill processes locking test log files
Introduce a new runtests.pl command option: -rm
For now only required and implemented for Windows.
Ignore stunnel logs due to long running processes.
Requires Sysinternals handle[64].exe to be on PATH.
Reviewed-by: Jay Satiro
Ref: #6058
Closes #6179
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 3e474cfe2..724d0e532 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -198,4 +198,4 @@ stages: displayName: 'test' env: AZURE_ACCESS_TOKEN: "$(System.AccessToken)" - TFLAGS: "-vc /usr/bin/curl.exe -r $(tests)" + TFLAGS: "-vc /usr/bin/curl.exe -r -rm $(tests)" |