From c7a0b451a9680d8ff1ea13b748f8295937d41399 Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Thu, 30 Aug 2018 15:51:39 +0300 Subject: runner: Introduce --piglit-style-dmesg With the flag, dmesg handling is done exactly as piglit does it: Level 5 (info) and higher dmesg lines, if they match a regexp, cause test result to change to dmesg-*. The default is false (use new method). Signed-off-by: Petri Latvala Cc: Arkadiusz Hiler Cc: Martin Peres Acked-by: Martin Peres --- runner/settings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runner/settings.h') diff --git a/runner/settings.h b/runner/settings.h index 9d1f03fb..e534b845 100644 --- a/runner/settings.h +++ b/runner/settings.h @@ -33,6 +33,7 @@ struct settings { bool use_watchdog; char *test_root; char *results_path; + bool piglit_style_dmesg; }; /** -- cgit v1.2.3