diff options
Diffstat (limited to 'ansible/test-files/testrunner.sh')
-rwxr-xr-x | ansible/test-files/testrunner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test-files/testrunner.sh b/ansible/test-files/testrunner.sh index 33ad25fad..c7763b1f1 100755 --- a/ansible/test-files/testrunner.sh +++ b/ansible/test-files/testrunner.sh @@ -7,7 +7,7 @@ cd ~/testout export EVMJIT="-cache=0" while [ 1 ] do - TEST="$(docker run --rm --entrypoint=\"/cpp-ethereum/build/test/createRandomTest\" ethereum/cppjit-testrunner)" + TEST="$(docker run --rm --entrypoint=\"/cpp-ethereum/build/test/createRandomStateTest\" ethereum/cppjit-testrunner)" # echo "$TEST" # test pyethereum |