From 110d6fdf17989b684c7c2887c01c2f62b346caaa Mon Sep 17 00:00:00 2001 From: Abhay Kishore Date: Mon, 2 Sep 2024 15:37:00 +0530 Subject: [PATCH] Update integration test run script Signed-off-by: Abhay Kishore --- scripts/run-integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index e80d4858..8599ee5e 100755 --- a/scripts/run-integration-tests.sh +++ b/scripts/run-integration-tests.sh @@ -12,7 +12,7 @@ cd "$(dirname "$0")" source pull-fabric-images.sh pushd ../src/test/java/fabricSetup/ >/dev/null -docker-compose up --force-recreate -d +docker compose up --force-recreate -d popd >/dev/null && cd .. docker ps -a