Merge pull request #4345 from ethereum/docs-tests

Document the required cpp-ethereum commit hash
This commit is contained in:
Alex Beregszaszi 2018-07-18 13:18:31 +01:00 committed by GitHub
commit 8cc675150e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,11 @@ Alternatively, there is a testing script at ``scripts/test.sh`` which executes a
Travis CI even runs some additional tests (including ``solc-js`` and testing third party Solidity frameworks) that require compiling the Emscripten target.
.. 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.
Currently the CI uses ``d661ac4fec0aeffbedcdc195f67f5ded0c798278`` of ``cpp-ethereum``.
Writing and running syntax tests
--------------------------------

View File

@ -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