3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29: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:
James Prestwood 2018-02-02 11:24:38 -08:00 committed by Denis Kenzior
parent 8c1b175b8b
commit fc9fe34ba0

View File

@ -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;