Skip to content

Commit

Permalink
fixup! Customizable e2e test setup so that it can be used locally.
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Hoenisch <[email protected]>
  • Loading branch information
bonomat committed Jul 30, 2021
1 parent d5af97f commit 3417f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_tests/e2e_test_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while getopts "CS" o; do
then
echo "Clearing docker compose data"
cd nigiri
docker compose down
docker-compose down
rm -rf liquid-config/liquidregtest
cd ..
else
Expand All @@ -21,7 +21,7 @@ while getopts "CS" o; do
;;
S)
echo "Starting docker containers"
docker compose -f ./nigiri/docker-compose.yml up -d
docker-compose -f ./nigiri/docker-compose.yml up -d
;;
*)
usage
Expand Down

0 comments on commit 3417f39

Please sign in to comment.