Skip to content
Snippets Groups Projects
Commit 8d57bb96 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Add --output-on-failure to gcc_9_unit_tests

parent 9dd3bb36
No related branches found
No related tags found
1 merge request!226Add --output-on-failure to gcc_9_unit_tests
...@@ -178,8 +178,7 @@ gcc_9_unit_tests: ...@@ -178,8 +178,7 @@ gcc_9_unit_tests:
- cd $CI_PROJECT_DIR/build - cd $CI_PROJECT_DIR/build
script: script:
- ctest - ctest --output-on-failure
- ctest --rerun-failed --output-on-failure
############################################################################### ###############################################################################
msvc_17_unit_tests: msvc_17_unit_tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment