aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-06-09 01:53:22 +0800
committerGitHub <noreply@github.com>2018-06-09 01:53:22 +0800
commitadd9a9db9ba4294cf12489bf589c527b0921ed1e (patch)
treea5e225aad454e193c8122db80f0dd9ab60636292 /packages
parent78d8526e4102fb8e2e1f74e7eb8af15f407335b4 (diff)
parenta8b8d53d9d91f5fe5ceb623db188757f568e6ecc (diff)
downloaddexon-sol-tools-add9a9db9ba4294cf12489bf589c527b0921ed1e.tar
dexon-sol-tools-add9a9db9ba4294cf12489bf589c527b0921ed1e.tar.gz
dexon-sol-tools-add9a9db9ba4294cf12489bf589c527b0921ed1e.tar.bz2
dexon-sol-tools-add9a9db9ba4294cf12489bf589c527b0921ed1e.tar.lz
dexon-sol-tools-add9a9db9ba4294cf12489bf589c527b0921ed1e.tar.xz
dexon-sol-tools-add9a9db9ba4294cf12489bf589c527b0921ed1e.tar.zst
dexon-sol-tools-add9a9db9ba4294cf12489bf589c527b0921ed1e.zip
Merge pull request #674 from 0xProject/feature/geth-test-ci
Run contracts tests against Geth in CI
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/devnet/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/devnet/run.sh b/packages/devnet/run.sh
index 85d223c61..d5c67303f 100755
--- a/packages/devnet/run.sh
+++ b/packages/devnet/run.sh
@@ -35,7 +35,9 @@ sleep 10
# to break when there are fewer than 3 blocks in the chain. (We have no idea
# why, but it was consistently reproducible).
/geth --datadir node0/ attach --exec 'eth.sendTransaction({"from": "0x5409ED021D9299bf6814279A6A1411A7e866A631", "to": "0x84bd1cfa409cb0bb9b23b8b1a33515b4ac00a0af", "value": "0x1"})'
+sleep 2
/geth --datadir node0/ attach --exec 'eth.sendTransaction({"from": "0x5409ED021D9299bf6814279A6A1411A7e866A631", "to": "0x84bd1cfa409cb0bb9b23b8b1a33515b4ac00a0af", "value": "0x1"})'
+sleep 2
/geth --datadir node0/ attach --exec 'eth.sendTransaction({"from": "0x5409ED021D9299bf6814279A6A1411A7e866A631", "to": "0x84bd1cfa409cb0bb9b23b8b1a33515b4ac00a0af", "value": "0x1"})'
# Use tail to re-attach to the log file and actually see the output.