Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into develop

This commit is contained in:
obscuren
2015-03-12 00:57:28 +01:00
23 changed files with 2568364 additions and 529 deletions

View File

@@ -4,13 +4,14 @@
mkdir --parents ~/testout
cd ~/testout
export EVMJIT="-cache=0"
while [ 1 ]
do
TEST="$(docker run --rm --entrypoint=\"/cpp-ethereum/build/test/createRandomTest\" ethereum/cppjit-testrunner)"
# echo "$TEST"
# test pyethereum
OUTPUT_PYTHON="$(docker run --rm ethereum/python-testrunner "$TEST")"
OUTPUT_PYTHON="$(docker run --rm ethereum/python-testrunner --notrace <<< "$TEST")"
RESULT_PYTHON=$?
# test go