fix verbose ctest on mac pipeline

This commit is contained in:
daan
2020-09-05 12:22:52 -07:00
parent 16777a5711
commit ba063b2bd4
+1 -2
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)