diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-25 22:13:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-25 22:13:12 +0300 |
commit | c2b3279615398942adce087119bde9e4fcfd9ab0 (patch) | |
tree | 21b43a51e437f08ef661c7095facd16d0ad72518 /tools/ci/scripts/runtest.sh | |
parent | fe64e7204c8ab7b91f36c305cce9f82e92792cb9 (diff) | |
download | plus-c2b3279615398942adce087119bde9e4fcfd9ab0.tar.gz plus-c2b3279615398942adce087119bde9e4fcfd9ab0.tar.bz2 plus-c2b3279615398942adce087119bde9e4fcfd9ab0.tar.xz plus-c2b3279615398942adce087119bde9e4fcfd9ab0.zip |
Remove command line option --default-cursor and add option --hide-cursor.s20170725
Diffstat (limited to 'tools/ci/scripts/runtest.sh')
-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 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" |