From c49542af073687a5dc66eaef19c31eeaf5766a86 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 5 Sep 2014 08:51:27 +0200 Subject: lib/igt_aux: Improve wait_for_keypress helper a bit - Use keys in just one env variable to enable/disable it. - Add an informational message so that the users knows when to press the key (more useful over ssh than when run on the terminal ofc). - Improve the documentation so that it's clearer how to use this when running tests. Cc: Rodrigo Vivi Cc: Damien Lespiau Acked-by: Damien Lespiau Signed-off-by: Daniel Vetter --- 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 a90d8d9e..d958abeb 100644 --- a/lib/igt_aux.h +++ b/lib/igt_aux.h @@ -56,7 +56,7 @@ void igt_system_suspend_autoresume(void); /* dropping priviledges */ void igt_drop_root(void); -void igt_wait_for_keypress(void); +void igt_debug_wait_for_keypress(const char *key); enum igt_runtime_pm_status { IGT_RUNTIME_PM_STATUS_ACTIVE, -- cgit v1.2.3