File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
linux/ibus-keyman/tests/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ function run_tests() {
8686 # shellcheck disable=SC2086
8787 " ${G_TEST_BUILDDIR:- ../ ../ build/ $(arch)/ ${CONFIG} / tests} /ibus-keyman-tests" ${ARG_K-} ${ARG_TAP-} \
8888 ${ARG_VERBOSE-} ${ARG_DEBUG-} ${ARG_SURROUNDING_TEXT-} ${ARG_NO_SURROUNDING_TEXT-} \
89- --directory " $TESTDIR " -- " ${DISPLAY_SERVER} " ${TESTFILES[@]}
89+ --directory " $TESTDIR " " ${DISPLAY_SERVER} " ${TESTFILES[@]}
9090 echo " # Finished tests."
9191
9292 cleanup " $PID_FILE "
@@ -136,9 +136,9 @@ echo > "$PID_FILE"
136136trap local_cleanup EXIT SIGINT
137137
138138if [ " $USE_WAYLAND " == " 1" ]; then
139- ( run_tests wayland " $@ " )
139+ run_tests -- wayland " $@ "
140140fi
141141
142142if [ " $USE_X11 " == " 1" ]; then
143- ( run_tests x11 " $@ " )
143+ run_tests -- x11 " $@ "
144144fi
You can’t perform that action at this time.
0 commit comments