summaryrefslogtreecommitdiffstats
path: root/tests/run_pyload.sh
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 19:54:00 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 19:54:00 +0200
commitab415a5f2e490ac1cfd06f4032c520709960f271 (patch)
tree62676db4ab0eb8cdc75cb25a839483dcb7d46164 /tests/run_pyload.sh
parentmoved everything from module to pyload (diff)
downloadpyload-ab415a5f2e490ac1cfd06f4032c520709960f271.tar.xz
tried to improve setup file
Diffstat (limited to 'tests/run_pyload.sh')
-rwxr-xr-xtests/run_pyload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_pyload.sh b/tests/run_pyload.sh
index 66498cd10..c272ad3c7 100755
--- a/tests/run_pyload.sh
+++ b/tests/run_pyload.sh
@@ -6,7 +6,7 @@ PYTHON=python
which python2 > /dev/null && PYTHON=python2
touch pyload.out
-$PYTHON pyLoadCore.py -d --configdir=tests/config > pyload.out 2> pyload.err &
+$PYTHON pyload.py -d --configdir=tests/config > pyload.out 2> pyload.err &
for i in {1..30}; do
grep 8001 pyload.out > /dev/null && echo "pyLoad started" && break