Skip to content

Commit

Permalink
Update shasum to new eth version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Apr 25, 2017
1 parent 8758d9f commit 89bb8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ elif [ -z $CI ]; then
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"
test "$(shasum /tmp/test/eth)" = "c132e8989229e4840831a4fb1a1d058b732a11d5 /tmp/test/eth"
sync
chmod +x /tmp/test/eth
sync # Otherwise we might get a "text file busy" error
Expand Down

0 comments on commit 89bb8cb

Please sign in to comment.