diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-02 15:40:19 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-02 15:40:19 +0100 |
commit | 5d576afc5ec4cb8fa180ff265fa73ff535b9f1b3 (patch) | |
tree | 6361b1ceac6888a9c32933b4af2296b9bd1c5ad2 /.azure-pipelines.yml | |
parent | 6983898b21a2e5aa2c6ec72d38e4c3d52dfa9968 (diff) | |
download | curl-5d576afc5ec4cb8fa180ff265fa73ff535b9f1b3.tar.gz |
azure-pipelines: fix the test script
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 01d0e48b9..12f90a6a8 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -16,5 +16,5 @@ steps: - script: make displayName: 'make' -- script: test - displayName: 'make check' +- script: make check + displayName: 'test' |