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/00.sh | |
parent | ae45a39dc1cddac885090872cefc6799b4a4c1d9 (diff) | |
parent | c18ea4de147cb81bf5563a5727172d4103658b92 (diff) | |
download | go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.tar go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.tar.gz go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.tar.bz2 go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.tar.lz go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.tar.xz go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.tar.zst go-tangerine-73c52d1677ba526385f1b223ef48f3a26091fe00.zip |
Merge branch 'ethersphere-blockpool2' into poc-9
Diffstat (limited to 'eth/test/tests/00.sh')
-rw-r--r-- | eth/test/tests/00.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/eth/test/tests/00.sh b/eth/test/tests/00.sh deleted file mode 100644 index 9c5077164..000000000 --- a/eth/test/tests/00.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -TIMEOUT=4 - -cat >> $JSFILE <<EOF -eth.addPeer("localhost:30311"); -sleep(1000) -eth.export("$CHAIN_TEST"); -EOF - -peer 11 01 -test_node $NAME "" -loglevel 5 $JSFILE - |