From 5fe80671a24327b5b6f12fa8b521f95bba4400a6 Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 12:26:47 -0700 Subject: [PATCH] again try to fix verbose ctest on mac pipeline --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 17961c62..7fc80a5e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -128,9 +128,8 @@ jobs: displayName: Make #- script: make test -C $(BuildType) # displayName: CTest - - script: | - cd $(BuildType) - MIMALLOC_VERBOSE=1 ctest --verbose --timeout 120 + - script: MIMALLOC_VERBOSE=1 ctest --verbose --timeout 120 + workingDirectory: $(BuildType) displayName: CTest # - upload: $(Build.SourcesDirectory)/$(BuildType) # artifact: mimalloc-macos-$(BuildType)