Skip to content
Snippets Groups Projects
Commit d3f472ac authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-836: Add more verbose output to test report

parent 9c96e006
No related branches found
No related tags found
1 merge request!86Resolve SW-836
......@@ -212,14 +212,14 @@ test_RAServices:
- PACKAGE=RAServices
- echo "Testing $PACKAGE..."
- cd build/gnucxx11_opt
- ctest
- ctest -V -O ../../ctest.log
dependencies:
- build_RAServices
artifacts:
name: test-report
when: always
paths:
- build/gnucxx11_opt/Testing/Temporary/LastTest.log
- ctest.log
# test_CEP:
# stage: test
......
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