We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9345f91 commit d17477fCopy full SHA for d17477f
test-ets.sh
@@ -4,6 +4,8 @@ git submodule init
4
git submodule update
5
6
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
9
$SBT -Dconfig.file=./src/main/resources/conf/testmode.conf run &> mantis-log.txt &
10
11
while ! nc -z localhost 8546; do
0 commit comments