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

L2S-466: Remove debug code

parent 151f2527
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 #!/bin/bash -e
if [ -z "$LOFAR20_DIR" ]; then if [ -z "$LOFAR20_DIR" ]; then
# We assume we aren't in the PATH, so we can derive our path. # We assume we aren't in the PATH, so we can derive our path.
...@@ -43,9 +43,3 @@ sleep 60 ...@@ -43,9 +43,3 @@ sleep 60
# Run the integration test with the output displayed on stdout # Run the integration test with the output displayed on stdout
docker start -a "${CONTAINER_NAME_PREFIX}"integration-test 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.
Please register or to comment