Skip to content

Commit

Permalink
Fix integration test on latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh authored Aug 20, 2024
1 parent 01493c7 commit 6eebbb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/system_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Needs to be run from the root directory of the project.

docker-compose --ansi never up --build -d || { printf ">>> ERROR: Launching containers failed"; exit 2; }
docker compose --ansi never up --build -d || { printf ">>> ERROR: Launching containers failed"; exit 2; }

CARBON_HOST=127.0.0.1
CARBON_PORT=2003
Expand Down Expand Up @@ -54,6 +54,6 @@ fi

echo ">>> $res"

docker-compose down
docker compose down

exit $rc

0 comments on commit 6eebbb2

Please sign in to comment.