X-Git-Url: https://plomlompom.com/repos/do_todos?a=blobdiff_plain;f=test_python_variant.sh;h=46e5201fa324f495315cd678c7aaf6253a0b363c;hb=04180f96e6beedd333a111fec83d72c20c02e4c1;hp=dc47daa10f0a66504bf2caf1e7c417998871d21d;hpb=e1576f40cfa7cba4bb6950c87d21fe5e79bb4243;p=plomrogue 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 ]