diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-01 03:52:57 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-01 03:52:57 +0800 |
commit | 73c52d1677ba526385f1b223ef48f3a26091fe00 (patch) | |
tree | b7414552192d8e7520a2df8353677a5f19231866 /eth/test/tests/05.sh | |
parent | ae45a39dc1cddac885090872cefc6799b4a4c1d9 (diff) | |
parent | c18ea4de147cb81bf5563a5727172d4103658b92 (diff) | |
download | go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.tar.gz go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.tar.zst go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.zip |
Merge branch 'ethersphere-blockpool2' into poc-9
Diffstat (limited to 'eth/test/tests/05.sh')
-rw-r--r-- | eth/test/tests/05.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/eth/test/tests/05.sh b/eth/test/tests/05.sh deleted file mode 100644 index 0a0f94df5..000000000 --- a/eth/test/tests/05.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -TIMEOUT=60 - -cat >> $JSFILE <<EOF -eth.addPeer("localhost:30311"); -sleep(200); -eth.addPeer("localhost:30312"); -eth.addPeer("localhost:30313"); -eth.addPeer("localhost:30314"); -sleep(3000); -eth.export("$CHAIN_TEST"); -EOF - -peer 11 01 -mine -peer 12 02 -mine -peer 13 03 -peer 14 04 -test_node $NAME "" -loglevel 5 $JSFILE - |