3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 18:38:48 +02:00

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

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);
}
}