diff options
Diffstat (limited to 'test/run_test.sh')
-rwxr-xr-x | test/run_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_test.sh b/test/run_test.sh index 53c375705..df3505a00 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -6,7 +6,7 @@ pkill -9 -f geth bootnode -nodekey bootnode.key --verbosity=9 > bootnode.log 2>&1 & -for i in $(seq 1 7); do +for i in $(seq 0 3); do datadir=$PWD/Dexon.$i rm -rf $datadir $GETH --datadir=$datadir init genesis.json |