diff options
fixes
Diffstat (limited to 'ansible/test-files/testrunner.sh')
-rwxr-xr-x | ansible/test-files/testrunner.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/test-files/testrunner.sh b/ansible/test-files/testrunner.sh index 4443abdbd..5d7779109 100755 --- a/ansible/test-files/testrunner.sh +++ b/ansible/test-files/testrunner.sh @@ -2,6 +2,7 @@ # create random virtual machine test #cd ~/software/Ethereum/pyethereum (python has local dependencies so only works from within the directory) +cd ~ while [ 1 ] do TEST="$(docker run --rm --entrypoint="/cpp-ethereum/build/test/createRandomTest" cppjit)" |