From 8834fe02da49b42b31fe2dd2d5e02a90dfc7ad14 Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 12:31:28 -0700 Subject: [PATCH] again try to fix verbose ctest on mac pipeline --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 56f00790..b0933cd3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -128,11 +128,11 @@ jobs: displayName: Make #- script: make test -C $(BuildType) # displayName: CTest - - script: MIMALLOC_VERBOSE=1 ./mimalloc-test-stress - workingDirectory: $(BuildType) - displayName: TestStress - script: MIMALLOC_VERBOSE=1 ./mimalloc-test-api workingDirectory: $(BuildType) displayName: TestAPI + - script: MIMALLOC_VERBOSE=1 ./mimalloc-test-stress + workingDirectory: $(BuildType) + displayName: TestStress # - upload: $(Build.SourcesDirectory)/$(BuildType) # artifact: mimalloc-macos-$(BuildType)