Skip to content

Commit

Permalink
Update tests/network-tests/run-tests.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Mokhtar Naamani <mokhtar.naamani@gmail.com>
  • Loading branch information
ignazio-bovo and mnaamani committed Aug 27, 2024
1 parent 9892e01 commit 763f77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/network-tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ function cleanup() {

if [ "${NO_STORAGE}" != true ]; then
docker-compose -f ../../docker-compose.storage-squid.yml down -v
docker-compose -f ../../docker-compose.localstack.yml down -v
fi

docker-compose -f ../../docker-compose.yml down -v
docker-compose -f ../../docker-compose.localstack.yml down -v
}

trap cleanup EXIT ERR SIGINT SIGTERM
Expand Down

0 comments on commit 763f77f

Please sign in to comment.