diff options
| author | 2013-06-09 19:54:00 +0200 | |
|---|---|---|
| committer | 2013-06-09 19:54:00 +0200 | |
| commit | ab415a5f2e490ac1cfd06f4032c520709960f271 (patch) | |
| tree | 62676db4ab0eb8cdc75cb25a839483dcb7d46164 /tests/run_pyload.sh | |
| parent | moved everything from module to pyload (diff) | |
| download | pyload-ab415a5f2e490ac1cfd06f4032c520709960f271.tar.xz | |
tried to improve setup file
Diffstat (limited to 'tests/run_pyload.sh')
| -rwxr-xr-x | tests/run_pyload.sh | 2 |
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 |
