Skip to content
Snippets Groups Projects
Commit 3e8db6f8 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix test log path

parent d7f21cf5
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ stages:
- cd "$PROJECT_PATH_IN_WORKSPACE/build"
- ctest . || true
- ctest --rerun-failed --output-on-failure . || true
- cat Temporary/LastTest.log || true
- cat Testing/Temporary/LastTest.log || true
# Once again to make the job fail if an error occurs.
- ctest .
......
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