Skip to content
Snippets Groups Projects
Unverified Commit 9248cc00 authored by Clayton Craft's avatar Clayton Craft
Browse files

test/functional: run click tests with -s option (MR 159)

these tests require the osk to be visible, so use the -s option to have
it shown by default
parent b742be61
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ test_keyscript_mouse_letters() {
local expected="qwerty"
local result_file="/tmp/osk_sdl_test_keyscript_mouse_letters_$DISPLAY"
local osk_pid
osk_pid="$(run_osk_sdl false "$result_file" "-k -n test_disk -d test/luks.disk")"
osk_pid="$(run_osk_sdl false "$result_file" "-k -n test_disk -d test/luks.disk -s")"
sleep 3
# run test
......@@ -135,7 +135,7 @@ test_keyscript_mouse_symbols() {
local expected="@#π48"
local result_file="/tmp/osk_sdl_test_keyscript_mouse_symbols_$DISPLAY"
local osk_pid
osk_pid="$(run_osk_sdl false "$result_file" "-k -n test_disk -d test/luks.disk")"
osk_pid="$(run_osk_sdl false "$result_file" "-k -n test_disk -d test/luks.disk -s")"
sleep 3
# run test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment