Skip to content
Snippets Groups Projects
Commit 151f2527 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-466: Debug CI: Output logs of device-sdp

parent f2595edd
No related branches found
No related tags found
1 merge request!169L2SS-466: Introduce separate LOG_HOSTNAME to send logs to, representing the...
#!/bin/bash -e
#!/bin/bash
if [ -z "$LOFAR20_DIR" ]; then
# We assume we aren't in the PATH, so we can derive our path.
......@@ -43,3 +43,9 @@ sleep 60
# Run the integration test with the output displayed on stdout
docker start -a "${CONTAINER_NAME_PREFIX}"integration-test
TEST_RESULT=$?
# Print logs in case of problems
docker logs "${CONTAINER_NAME_PREFIX}"device-sdp
exit $TEST_RESULT
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