fix verbose ctest on mac pipeline

This commit is contained in:
daan 2020-09-05 12:22:52 -07:00
parent a0370f347c
commit 0c5f03559d

View File

@ -130,8 +130,7 @@ jobs:
# displayName: CTest
- script: |
cd $(BuildType)
export MIMALLOC_VERBOSE=1
ctest --verbose --timeout 120
MIMALLOC_VERBOSE=1 ctest --verbose --timeout 120
displayName: CTest
# - upload: $(Build.SourcesDirectory)/$(BuildType)
# artifact: mimalloc-macos-$(BuildType)