Skip to content
Snippets Groups Projects
Verified Commit b9217260 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: better failure output

parent 64553511
No related branches found
No related tags found
No related merge requests found
Pipeline #45087 failed
...@@ -158,7 +158,7 @@ test: ...@@ -158,7 +158,7 @@ test:
- cat hash_pylib - cat hash_pylib
# Run the actual tests. This starts a new docker container within which # Run the actual tests. This starts a new docker container within which
# the tests run. The return value is stored in .docker/result # the tests run. The return value is stored in .docker/result
- /bin/sh ./run.sh | tee tox_output.log - /bin/sh ./run.sh | tee ../tox_output.log
# Save logs # Save logs
- docker logs docker-caosdb-server-1 &> ../caosdb_log.txt - docker logs docker-caosdb-server-1 &> ../caosdb_log.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment