From b5e79a09691d7bc145936a02b2c0e8eaf19a88af Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Fri, 9 Aug 2024 20:20:09 +0100 Subject: [PATCH] Remove -it from test command --- integration_tests/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/integration_tests/test.sh b/integration_tests/test.sh index ddaaaf6..1263a0e 100755 --- a/integration_tests/test.sh +++ b/integration_tests/test.sh @@ -2,7 +2,6 @@ docker build -t nexus_allowlist_bats:latest . docker run \ --rm \ - -it \ -v "$PWD/tests:/code" \ --network host \ nexus_allowlist_bats:latest \