Skip to content

Commit d17477f

Browse files
author
Aurélien Richez
committed
[ETCM-846] Delete test persistence before running in test mode.
1 parent 9345f91 commit d17477f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-ets.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ git submodule init
44
git submodule update
55

66
echo "booting Mantis and waiting for RPC API to be up"
7+
# deleting the state folder in case there is some remaining data from a previous run
8+
rm -rf ~/.mantis/test
79
$SBT -Dconfig.file=./src/main/resources/conf/testmode.conf run &> mantis-log.txt &
810

911
while ! nc -z localhost 8546; do

0 commit comments

Comments
 (0)