mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
test-runner: enable verbose output for kernel
This was mistakenly removed. This allows you to use "-v kernel"
This commit is contained in:
parent
d1a13036d2
commit
eaf93de0fa
@ -2328,6 +2328,7 @@ int main(int argc, char *argv[])
|
||||
break;
|
||||
case 'v':
|
||||
verbose_opt = optarg;
|
||||
verbose_apps = l_strsplit(optarg, ',');
|
||||
break;
|
||||
case 'V':
|
||||
valgrind = true;
|
||||
|
Loading…
Reference in New Issue
Block a user