Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into develop
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user