plugeth/eth/test/tests/03.sh

15 lines
184 B
Bash
Raw Normal View History

2015-01-05 16:10:42 +00:00
#!/bin/bash
2015-01-09 05:04:32 +00:00
TIMEOUT=12
2015-01-05 16:10:42 +00:00
cat >> $JSFILE <<EOF
eth.addPeer("localhost:30311");
2015-01-09 05:04:32 +00:00
sleep(10000);
2015-01-05 16:10:42 +00:00
eth.export("$CHAIN_TEST");
EOF
peer 11 12k
sleep 2
test_node $NAME "" -loglevel 5 $JSFILE