From 5d576afc5ec4cb8fa180ff265fa73ff535b9f1b3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Dec 2019 15:40:19 +0100 Subject: azure-pipelines: fix the test script --- .azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.azure-pipelines.yml') 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' -- cgit v1.2.1