summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/scripts/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/runtest.sh b/tools/ci/scripts/runtest.sh
index b4df47da5..d8149bd8f 100755
--- a/tools/ci/scripts/runtest.sh
+++ b/tools/ci/scripts/runtest.sh
@@ -50,7 +50,7 @@ function wait_for_servers_list {
}
function run {
- ./src/manaplus --default-cursor --enable-ipc --renderer=0 >logs/run.log 2>&1 &
+ ./src/manaplus --hide-cursor --enable-ipc --renderer=0 >logs/run.log 2>&1 &
export PID=$!
sleep 20s
echo "pause after run"