summaryrefslogtreecommitdiff
path: root/runner/settings.h
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2018-08-30 15:51:39 +0300
committerPetri Latvala <petri.latvala@intel.com>2018-08-31 13:18:43 +0300
commitc7a0b451a9680d8ff1ea13b748f8295937d41399 (patch)
tree58e3765a74e8d27673393cbd80f84b48c3e66b1a /runner/settings.h
parentf2e4bbdb072b80c1fba854aabd1e15565a42eb76 (diff)
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 <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Cc: Martin Peres <martin.peres@linux.intel.com> Acked-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'runner/settings.h')
-rw-r--r--runner/settings.h1
1 files changed, 1 insertions, 0 deletions
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;
};
/**