From 4bd22399da690468b18650ab413a463e10fc3580 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 16 Jul 2018 18:24:36 +0100 Subject: Keep the proper aleth hash in contributing.rst --- docs/contributing.rst | 3 +-- scripts/tests.sh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index afcab9db..7084d3b3 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -96,8 +96,7 @@ Travis CI even runs some additional tests (including ``solc-js`` and testing thi .. note :: While any version of ``cpp-ethereum`` should be usable, this cannot be guaranteed, and it is suggested to use the same version that is used by the Solidity continuous integration tests. - To find the current commit hash of `cpp-ethereum`` being used have a look at the ``scripts/tests.sh``, which downloads pre-built ``cpp-ethereum`` binaries and should have a comment like - ``built from d661ac4fec0aeffbedcdc195f67f5ded0c798278 at 2018-06-20``. + Currently the CI uses ``d661ac4fec0aeffbedcdc195f67f5ded0c798278`` of ``cpp-ethereum``. Writing and running syntax tests -------------------------------- 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 -- cgit v1.2.3