mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +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;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
verbose_opt = optarg;
|
verbose_opt = optarg;
|
||||||
verbose_apps = l_strsplit(verbose_opt, ',');
|
|
||||||
break;
|
break;
|
||||||
case 'V':
|
case 'V':
|
||||||
valgrind = true;
|
valgrind = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user