From 3d732b98699585911f3c36ce729633c3d850d2ee Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Thu, 6 Apr 2023 10:24:16 +0000 Subject: [PATCH] L2SS-1303: Do not run bare make run dsconfig in integration test --- sbin/run_integration_test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh index 46f6aa77d..72a5120e6 100755 --- a/sbin/run_integration_test.sh +++ b/sbin/run_integration_test.sh @@ -122,8 +122,6 @@ make start "${DEVICES[@]}" # Wait for devices to restart make await "${DEVICES[@]}" -make run dsconfig bash - - # Start the integration test cd "$LOFAR20_DIR/docker-compose" || exit 1 make up integration-test -- GitLab