home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1576f4
)
In server test script, update path of server executable.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 9 Mar 2015 11:50:23 +0000
(12:50 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 9 Mar 2015 11:50:23 +0000
(12:50 +0100)
test_python_variant.sh
patch
|
blob
|
history
diff --git
a/test_python_variant.sh
b/test_python_variant.sh
index dc47daa10f0a66504bf2caf1e7c417998871d21d..46e5201fa324f495315cd678c7aaf6253a0b363c 100755
(executable)
--- a/
test_python_variant.sh
+++ b/
test_python_variant.sh
@@
-2,7
+2,7
@@
cp ./testing/start _test
echo "Starting server on save file '_test' copied from ./testing/start."
-python3 -m cProfile -o ./testing/cProfile
plomrogue-server.py
-l _test > ./testing/log 2>&1 &
+python3 -m cProfile -o ./testing/cProfile
roguelike-server
-l _test > ./testing/log 2>&1 &
echo "Waiting until ./server/in is ready for writing."
while [ ! -e ./server/in ]