Skip to content

Commit

Permalink
Allow running in bash on mac (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Michiel de Jong <[email protected]>
  • Loading branch information
michielbdejong and michielbdejong authored Sep 18, 2023
1 parent d9f2c15 commit c68e7b1
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 c68e7b1

Please sign in to comment.