diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-11 21:12:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-11 21:56:22 +0300 |
commit | 7cf130e2deb98987925a6682203a4773988daaf9 (patch) | |
tree | cf37a87e4fdc5220f0c95cc93c78fa8d6e01daa9 /tools/ci | |
parent | a75d8e305b43e2797bfd93cd481868d858712146 (diff) | |
download | plus-7cf130e2deb98987925a6682203a4773988daaf9.tar.gz plus-7cf130e2deb98987925a6682203a4773988daaf9.tar.bz2 plus-7cf130e2deb98987925a6682203a4773988daaf9.tar.xz plus-7cf130e2deb98987925a6682203a4773988daaf9.zip |
Add command line option for use default sdl cursor.
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/scripts/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |