home · contact · privacy
Fix bug in thingproliferation() (using "." instead of ":" cell targets).
[plomrogue] / test_server.sh
index d16231798161bee39538d7b24480682eb9006395..83dc5deb8a4bccfccf601bbe63db948bb6a5e6c8 100755 (executable)
@@ -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 roguelike-server -l _test
+python3 -m cProfile -o ./testing/cProfile roguelike-server -l _test &
 
 echo "Waiting until ./server/in is ready for writing."
 while [ ! -e ./server/in ]