From: Christian Heller Date: Mon, 9 Mar 2015 00:21:46 +0000 (+0100) Subject: Remove redundant flag in testing script. X-Git-Tag: tce~350 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=542f21cce5826c60739a6f0b1ae0c5e9067d9120;p=plomrogue Remove redundant flag in testing script. --- 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 ]