aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/test-files/testrunner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/test-files/testrunner.sh')
-rw-r--r--ansible/test-files/testrunner.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/test-files/testrunner.sh b/ansible/test-files/testrunner.sh
index 08b21c88e..dabea7fb3 100644
--- a/ansible/test-files/testrunner.sh
+++ b/ansible/test-files/testrunner.sh
@@ -4,7 +4,7 @@
#cd ~/software/Ethereum/pyethereum (python has local dependencies so only works from within the directory)
while [ 1 ]
do
- TEST="$(~/software/Ethereum/cpp-ethereum/build/test/createRandomTest)"
+ TEST="$(docker run --rm cpp)"
# echo "$TEST"
# test pyethereum
@@ -13,7 +13,7 @@ do
#RESULT_PYTHON=$?
# test go
- OUTPUT_GO="$(ethtest "$TEST")"
+ OUTPUT_GO="$(docker run --rm go "$TEST")"
RESULT_GO=$?
# test cpp-jit