Skip to content

Commit

Permalink
Allow running in bash on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Sep 18, 2023
1 parent d9f2c15 commit 2af6b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-solid-test-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function setup {
}

function teardown {
docker stop "$(docker ps --filter network=testnet -q)"
docker rm "$(docker ps --filter network=testnet -qa)"
docker stop `docker ps --filter network=testnet -q`
docker rm `docker ps --filter network=testnet -qa`
docker network remove testnet
}

Expand Down

0 comments on commit 2af6b1d

Please sign in to comment.