From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 9 Mar 2015 11:50:23 +0000 (+0100)
Subject: In server test script, update path of server executable.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/static/%7B%7B%20web_path%20%7D%7D/decks/task?a=commitdiff_plain;h=04180f96e6beedd333a111fec83d72c20c02e4c1;p=plomrogue

In server test script, update path of server executable.
---

diff --git a/test_python_variant.sh b/test_python_variant.sh
index dc47daa..46e5201 100755
--- 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 ]