aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/test-files
diff options
context:
space:
mode:
authorsveneh <sven@ethdev.com>2015-01-26 06:28:47 +0800
committersveneh <sven@ethdev.com>2015-01-26 06:28:47 +0800
commitd0440eef25d63e3f862433bfc68c93f21b18cd0e (patch)
tree907a761ed9aeadd8e7dfdadb5a3793ed4f412c93 /ansible/test-files
parent5deca66a7ded218f640923e0e07c1629ea9b0ee0 (diff)
downloaddexon-d0440eef25d63e3f862433bfc68c93f21b18cd0e.tar.gz
dexon-d0440eef25d63e3f862433bfc68c93f21b18cd0e.tar.zst
dexon-d0440eef25d63e3f862433bfc68c93f21b18cd0e.zip
fixes
Diffstat (limited to 'ansible/test-files')
-rwxr-xr-xansible/test-files/testrunner.sh1
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)"