From 542f21cce5826c60739a6f0b1ae0c5e9067d9120 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 9 Mar 2015 01:21:46 +0100
Subject: [PATCH] Remove redundant flag in testing script.

---
 test_python_variant.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ]
-- 
2.30.2