test-runner: enable verbose output for kernel

This was mistakenly removed. This allows you to use "-v kernel"
This commit is contained in:
James Prestwood 2018-04-24 09:06:00 -07:00 committed by Denis Kenzior
parent d1a13036d2
commit eaf93de0fa
1 changed files with 1 additions and 0 deletions

View File

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