mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: remove unneeded argument parsing
There was an unnecessary l_strsplit call when parsing the verbose options for test-runner. The verbose options get parsed inside qemu already, so this call was removed.
This commit is contained in:
parent
8c1b175b8b
commit
fc9fe34ba0
@ -2268,7 +2268,6 @@ int main(int argc, char *argv[])
|
||||
break;
|
||||
case 'v':
|
||||
verbose_opt = optarg;
|
||||
verbose_apps = l_strsplit(verbose_opt, ',');
|
||||
break;
|
||||
case 'V':
|
||||
valgrind = true;
|
||||
|
Loading…
Reference in New Issue
Block a user