aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/tests.sh
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-07-18 20:18:31 +0800
committerGitHub <noreply@github.com>2018-07-18 20:18:31 +0800
commit8cc675150e5e554e438ee4624a9c3429fecba784 (patch)
tree46030802d020405ae731cff1044b741dd3ababf7 /scripts/tests.sh
parentb909df4573130e020c7f4dfb61c0571ba1bc02ab (diff)
parent4bd22399da690468b18650ab413a463e10fc3580 (diff)
downloaddexon-solidity-8cc675150e5e554e438ee4624a9c3429fecba784.tar.gz
dexon-solidity-8cc675150e5e554e438ee4624a9c3429fecba784.tar.zst
dexon-solidity-8cc675150e5e554e438ee4624a9c3429fecba784.zip
Merge pull request #4345 from ethereum/docs-tests
Document the required cpp-ethereum commit hash
Diffstat (limited to 'scripts/tests.sh')
-rwxr-xr-xscripts/tests.sh1
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