aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_test.sh
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-10-16 12:17:29 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:23:39 +0800
commit44660543773109a68dc70e9efa25126dc9453e50 (patch)
tree15e31ffaf6291f6059bc926532a4355a1c6a680b /test/run_test.sh
parent03fe9c0df6977974f22f5fe80f5db6e1afd49b54 (diff)
downloadgo-tangerine-44660543773109a68dc70e9efa25126dc9453e50.tar
go-tangerine-44660543773109a68dc70e9efa25126dc9453e50.tar.gz
go-tangerine-44660543773109a68dc70e9efa25126dc9453e50.tar.bz2
go-tangerine-44660543773109a68dc70e9efa25126dc9453e50.tar.lz
go-tangerine-44660543773109a68dc70e9efa25126dc9453e50.tar.xz
go-tangerine-44660543773109a68dc70e9efa25126dc9453e50.tar.zst
go-tangerine-44660543773109a68dc70e9efa25126dc9453e50.zip
test: update genesis and keypairs
Diffstat (limited to 'test/run_test.sh')
-rwxr-xr-xtest/run_test.sh2
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