From 7cf130e2deb98987925a6682203a4773988daaf9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 May 2017 21:12:36 +0300 Subject: Add command line option for use default sdl cursor. --- tools/ci/scripts/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ci') diff --git a/tools/ci/scripts/runtest.sh b/tools/ci/scripts/runtest.sh index 2758d2cb1..902022f71 100755 --- a/tools/ci/scripts/runtest.sh +++ b/tools/ci/scripts/runtest.sh @@ -17,7 +17,7 @@ function check_is_run { } function run { - ./src/manaplus --enable-ipc --renderer=0 >logs/run.log 2>&1 & + ./src/manaplus --default-cursor --enable-ipc --renderer=0 >logs/run.log 2>&1 & export PID=$! sleep 12s } -- cgit v1.2.3-60-g2f50