mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 23:50:45 +01:00
test: move a switch case up for better grouping
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1109>
This commit is contained in:
parent
da296c9976
commit
7efec8f2e7
1 changed files with 3 additions and 3 deletions
|
|
@ -4614,6 +4614,9 @@ litest_parse_argv(int argc, char **argv)
|
|||
if (want_jobs == JOBS_DEFAULT)
|
||||
want_jobs = JOBS_SINGLE;
|
||||
break;
|
||||
case OPT_FILTER_DEVICELESS:
|
||||
run_deviceless = true;
|
||||
break;
|
||||
case OPT_FILTER_GROUP:
|
||||
filter_group = optarg;
|
||||
break;
|
||||
|
|
@ -4630,9 +4633,6 @@ litest_parse_argv(int argc, char **argv)
|
|||
case OPT_VERBOSE:
|
||||
verbose = true;
|
||||
break;
|
||||
case OPT_FILTER_DEVICELESS:
|
||||
run_deviceless = true;
|
||||
break;
|
||||
case OPT_OUTPUT_FILE:
|
||||
outfile = fopen(optarg, "w+");
|
||||
if (!outfile) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue