aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-12 07:57:28 +0800
committerobscuren <geffobscura@gmail.com>2015-03-12 07:57:28 +0800
commit96496888edd290c4c20d52a40693e3a6a2c2479e (patch)
tree77c62cd541661f3f6b2c82023287d4d5657d0abb /tests/files/ansible
parent9fb52c517beda2422920eb5b265a0f714d59c39a (diff)
parent92c6150199395eea6c9893b631cc990e3ff72a33 (diff)
downloadgo-tangerine-96496888edd290c4c20d52a40693e3a6a2c2479e.tar
go-tangerine-96496888edd290c4c20d52a40693e3a6a2c2479e.tar.gz
go-tangerine-96496888edd290c4c20d52a40693e3a6a2c2479e.tar.bz2
go-tangerine-96496888edd290c4c20d52a40693e3a6a2c2479e.tar.lz
go-tangerine-96496888edd290c4c20d52a40693e3a6a2c2479e.tar.xz
go-tangerine-96496888edd290c4c20d52a40693e3a6a2c2479e.tar.zst
go-tangerine-96496888edd290c4c20d52a40693e3a6a2c2479e.zip
Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into develop
Diffstat (limited to 'tests/files/ansible')
-rwxr-xr-xtests/files/ansible/test-files/testrunner.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/files/ansible/test-files/testrunner.sh b/tests/files/ansible/test-files/testrunner.sh
index 30a813e12..33ad25fad 100755
--- a/tests/files/ansible/test-files/testrunner.sh
+++ b/tests/files/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