aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/test-files/testrunner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/test-files/testrunner.sh')
-rwxr-xr-xansible/test-files/testrunner.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/test-files/testrunner.sh b/ansible/test-files/testrunner.sh
index 30a813e12..33ad25fad 100755
--- a/ansible/test-files/testrunner.sh
+++ b/ansible/test-files/testrunner.sh
@@ -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