summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 15:12:10 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-23 15:12:10 +0200
commit56f9cfef7ff4d4b74ea833ce8a2d95ccbfea6ea2 (patch)
tree55f26b01aa04b7040b999262c4f90f521dcc39ac /azure-pipelines.yml
parent3c75b182a6943ec3c6c907259d469c92e1c3c494 (diff)
Try to ctest differently
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 126a2aba..66fc480f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -61,7 +61,6 @@ steps:
solution: 'build/GUDHIdev.sln'
msbuildArguments: '/m /p:Configuration=Release /p:Platform=x64'
-- script: ctest -j 1 --output-on-failure -C Release
+- script: ctest -j 1 -C Release
workingDirectory: build
- failOnStderr: true
displayName: 'CTest solution GUDHIdev.sln'