diff options
author | chriseth <chris@ethereum.org> | 2017-04-19 15:05:43 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-04-25 22:47:44 +0800 |
commit | 8758d9fb3c3bd355c476273921b24219d23c7bef (patch) | |
tree | df9a9db19a3664aa796b1649feb9d41ea7697cfa /scripts/tests.sh | |
parent | cdc64e3cbb23fc6b5fc7792966b2491d308175a3 (diff) | |
download | dexon-solidity-8758d9fb3c3bd355c476273921b24219d23c7bef.tar.gz dexon-solidity-8758d9fb3c3bd355c476273921b24219d23c7bef.tar.zst dexon-solidity-8758d9fb3c3bd355c476273921b24219d23c7bef.zip |
Install eth (including dependencies).
Diffstat (limited to 'scripts/tests.sh')
-rwxr-xr-x | scripts/tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh index 6a16a40a..4325535b 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -48,7 +48,9 @@ else mkdir -p /tmp/test wget -O /tmp/test/eth https://github.com/ethereum/cpp-ethereum/releases/download/solidityTester/eth test "$(shasum /tmp/test/eth)" = "52ca66b90aae9886576f3cabe5ef232a36f9b6a4 /tmp/test/eth" + sync chmod +x /tmp/test/eth + sync # Otherwise we might get a "text file busy" error ETH_PATH="/tmp/test/eth" fi |