Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
re-add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
simonDos committed Feb 5, 2024
1 parent 3a30a98 commit 03d5bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cleanup() {
pkill -f ganache
cd $PWD/test-bor-docker
bash stop-docker.sh
bash clean.sh
cd ..
echo "Done"
}
Expand Down
1 change: 1 addition & 0 deletions test-bor-docker/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ CWD=$PWD

# pkill -f geth

chmod 777 $CWD/data
rm -rf $CWD/data

0 comments on commit 03d5bab

Please sign in to comment.