summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-10-13 12:46:34 +0300
committerJani Nikula <jani.nikula@intel.com>2016-10-14 16:07:18 +0300
commit7dcf7bf0be339c3e6cfd5b403e624654653b5c63 (patch)
treeadc5350634406d784177eec8ad0a3a737bfaa78c /tests
parentdaeb7f45257c4eea91a94b5eb34810441660c42c (diff)
tests: enable hda dynamic debug for module reload test
Hopefully, this will provide more clues for figuring out why snd_hda_intel unload fails sporadically. Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/drv_module_reload_basic2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/drv_module_reload_basic b/tests/drv_module_reload_basic
index 93cf7c00..a8d628dd 100755
--- a/tests/drv_module_reload_basic
+++ b/tests/drv_module_reload_basic
@@ -81,6 +81,8 @@ function finish_load() {
return $IGT_EXIT_SUCCESS
}
+hda_dynamic_debug_enable
+
reload || exit $?
finish_load || exit $?