summaryrefslogtreecommitdiff
path: root/runner/settings.h
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-04-01 09:40:28 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-04-01 14:58:26 +0300
commitec9792ad770d5055d6f42e2a481b8314754c9218 (patch)
treee3c32587ffd2e0a1a27973ac52ae430676b19e73 /runner/settings.h
parent93cbe569582626793f79e5626970703059f88933 (diff)
runner: Add --dmesg-warn-level switch
This switch allows users to select which dmesg log level is treated as warning resulting in overriding the test results to dmesg-fail/dmesg-warn. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@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 ae90897c..672a3af8 100644
--- a/runner/settings.h
+++ b/runner/settings.h
@@ -42,6 +42,7 @@ struct settings {
char *test_root;
char *results_path;
bool piglit_style_dmesg;
+ int dmesg_warn_level;
};
/**