From 27e636b46873a700ee662ce9c63499f560f02e1f Mon Sep 17 00:00:00 2001 From: Jeevan B Date: Fri, 3 Dec 2021 21:58:51 +0530 Subject: lib/igt_aux: Rename igt_debug_manual_check and assert check if all is supplied rename igt_debug_manual_check and patch the igt function igt_debug_wait_for_keypress() to assert if "all" is supplied. v2: calling igt_debug_wait_for_keypress() with "all" will assert. v3: Change igt_assert to igt_assert_f for adding clear log message. v4: Rebase only. Signed-off-by: Jeevan B Reviewed-by: Petri Latvala --- lib/igt_aux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/igt_aux.h') diff --git a/lib/igt_aux.h b/lib/igt_aux.h index a3c477ab..9f2588ae 100644 --- a/lib/igt_aux.h +++ b/lib/igt_aux.h @@ -195,7 +195,7 @@ int igt_get_autoresume_delay(enum igt_suspend_state state); void igt_drop_root(void); void igt_debug_wait_for_keypress(const char *var); -void igt_debug_manual_check(const char *var, const char *expected); +void igt_debug_interactive_mode_check(const char *var, const char *expected); /* sysinfo cross-arch wrappers from intel_os.c */ -- cgit v1.2.3