diff options
author | chriseth <chris@ethereum.org> | 2017-09-26 23:15:48 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-10-03 17:45:00 +0800 |
commit | e952946b229c626d677aed00d8dcb552292f674c (patch) | |
tree | 6d809a583aacba3b78aae53b8656b2389ed56654 /scripts | |
parent | fe947006ffb59f424811be47053754190933c170 (diff) | |
download | dexon-solidity-e952946b229c626d677aed00d8dcb552292f674c.tar.gz dexon-solidity-e952946b229c626d677aed00d8dcb552292f674c.tar.zst dexon-solidity-e952946b229c626d677aed00d8dcb552292f674c.zip |
Use byzantium version of eth.
Diffstat (limited to 'scripts')
-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 5d7eb0e1..bf3e3455 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -42,8 +42,8 @@ elif [ -z $CI ]; then ETH_PATH="eth" 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)" = "c132e8989229e4840831a4fb1a1d058b732a11d5 /tmp/test/eth" + wget -O /tmp/test/eth https://github.com/ethereum/cpp-ethereum/releases/download/solidityTester/eth_byzantium + test "$(shasum /tmp/test/eth)" = "6e16ae5e0a0079d85fd63fb43547be3c52410e7e /tmp/test/eth" sync chmod +x /tmp/test/eth sync # Otherwise we might get a "text file busy" error |