X-Git-Url: https://plomlompom.com/repos/test.html?a=blobdiff_plain;f=test_python_variant.sh;h=dc47daa10f0a66504bf2caf1e7c417998871d21d;hb=542f21cce5826c60739a6f0b1ae0c5e9067d9120;hp=258a1c2a2b4297b4c7c44f7c6c071ce76f92ac9d;hpb=7ce99d270acecb70f458c62c6dfcb1692727dbf1;p=plomrogue diff --git a/test_python_variant.sh b/test_python_variant.sh index 258a1c2..dc47daa 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 -s time plomrogue-server.py -l _test > ./testing/log 2>&1 & +python3 -m cProfile -o ./testing/cProfile plomrogue-server.py -l _test > ./testing/log 2>&1 & echo "Waiting until ./server/in is ready for writing." while [ ! -e ./server/in ]