aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-02 15:40:19 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-02 15:40:19 +0100
commit5d576afc5ec4cb8fa180ff265fa73ff535b9f1b3 (patch)
tree6361b1ceac6888a9c32933b4af2296b9bd1c5ad2 /.azure-pipelines.yml
parent6983898b21a2e5aa2c6ec72d38e4c3d52dfa9968 (diff)
azure-pipelines: fix the test script
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 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'