From 02c118215bc99221efc06138ac4b5a9987235c4b Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 28 Oct 2021 11:10:15 +0200 Subject: [PATCH] L2S-466: Remove debug code --- sbin/run_integration_test.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index 440cfe550..785875f9f 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e if [ -z "$LOFAR20_DIR" ]; then # We assume we aren't in the PATH, so we can derive our path. @@ -43,9 +43,3 @@ 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 -- GitLab