diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-07-17 01:24:36 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-07-18 16:20:18 +0800 |
commit | 4bd22399da690468b18650ab413a463e10fc3580 (patch) | |
tree | bdd1feea3016d3b9c51bce2ce6cb7ba635593382 /scripts | |
parent | f351eb1b3c0d49ed899ccf116d1d3e2154ed41a5 (diff) | |
download | dexon-solidity-4bd22399da690468b18650ab413a463e10fc3580.tar.gz dexon-solidity-4bd22399da690468b18650ab413a463e10fc3580.tar.zst dexon-solidity-4bd22399da690468b18650ab413a463e10fc3580.zip |
Keep the proper aleth hash in contributing.rst
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh index ab9b2f76..0a1fcdac 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -76,6 +76,7 @@ function download_aleth() elif [ -z $CI ]; then ALETH_PATH="aleth" else + # Any time the hash is updated here, the "Running compiler tests" section should also be updated. mkdir -p /tmp/test if grep -i trusty /etc/lsb-release >/dev/null 2>&1 then |