diff options
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)" |