From: Daniel Stenberg Date: Mon, 2 Dec 2019 14:40:19 +0000 (+0100) Subject: azure-pipelines: fix the test script X-Git-Tag: curl-7_68_0~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d576afc5ec4cb8fa180ff265fa73ff535b9f1b3;p=thirdparty%2Fcurl.git azure-pipelines: fix the test script --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 01d0e48b97..12f90a6a85 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'