From ee0307db9e4b249ad21e2d947c845bf55ee6a2d0 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 8 Nov 2021 09:11:08 +0100 Subject: [PATCH] L2SS-470: Remove debug code from integration test --- sbin/run_integration_test.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index 607619cfa..77cacad89 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -46,8 +46,4 @@ make start integration-test sleep 60 # Run the integration test with the output displayed on stdout -docker start -a "${CONTAINER_NAME_PREFIX}"integration-test || true - -docker logs "${CONTAINER_NAME_PREFIX}"device-docker - -exit 1 +docker start -a "${CONTAINER_NAME_PREFIX}"integration-test -- GitLab