diff options
author | chriseth <chris@ethereum.org> | 2017-02-10 22:03:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 22:03:49 +0800 |
commit | 885b6ed96b580f9bdc214bca279e39dbaa739cf9 (patch) | |
tree | fce0688cab3c33d6075cc630216c2d829eab827d /scripts/tests.sh | |
parent | af8e31b023723bfc6baa224931ef6570cd8d9a32 (diff) | |
parent | 4f6ebae36c03bea6882c77a1c7841095e7c99049 (diff) | |
download | dexon-solidity-885b6ed96b580f9bdc214bca279e39dbaa739cf9.tar.gz dexon-solidity-885b6ed96b580f9bdc214bca279e39dbaa739cf9.tar.zst dexon-solidity-885b6ed96b580f9bdc214bca279e39dbaa739cf9.zip |
Merge pull request #1616 from VoR0220/DockerReleaseAutomation
Docker release automation
Diffstat (limited to 'scripts/tests.sh')
-rwxr-xr-x | scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh index 8edfda0b..88815f5f 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -58,7 +58,7 @@ $ETH_PATH --test -d /tmp/test & # is available and is ready for the unit-tests to start talking to it. while [ ! -S /tmp/test/geth.ipc ]; do sleep 2; done echo "--> IPC available." - +sleep 2 # And then run the Solidity unit-tests (once without optimization, once with), # pointing to that IPC endpoint. echo "--> Running tests without optimizer..." @@ -69,4 +69,4 @@ ERROR_CODE=$? pkill eth || true sleep 4 pgrep eth && pkill -9 eth || true -exit $ERROR_CODE +exit $ERROR_CODE
\ No newline at end of file |