t-runner: Set debug environment var for hwsim

This commit is contained in:
Tim Kourt 2016-07-07 11:33:42 -07:00 committed by Denis Kenzior
parent 912a97719a
commit 1732dcfb66
1 changed files with 1 additions and 0 deletions

View File

@ -1664,6 +1664,7 @@ static void run_tests(void)
if (debug_filter[0] != '\0') {
enable_debug = true;
l_debug_enable(debug_filter);
setenv("HWSIM_DEBUG", "", true);
}
}