summaryrefslogtreecommitdiff
path: root/piglit-run.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-01-27 11:23:28 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2014-02-04 10:57:21 -0800
commit90a25641164c8a0c8cc09a5515864b654df9d368 (patch)
tree190451e1794029f090bf0dd5b4e84af612c573a0 /piglit-run.py
parent3e7d2a3e5ffa93117165e96d393648c39ac10a11 (diff)
Use the new dmesg class
This actually makes use of the new dmesg class rather than the dmesg functions. It touches a lot of files, but almost all of these changes are code removal rather than code addition. v5: - Fix dmesg handling in resume Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> (v4)
Diffstat (limited to 'piglit-run.py')
-rwxr-xr-xpiglit-run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/piglit-run.py b/piglit-run.py
index 3c33c76ec..5f82f39f7 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -151,6 +151,8 @@ def main():
json_writer.write_dict_key('tests')
json_writer.open_dict()
time_start = time.time()
+ # Set the dmesg type
+ profile.dmesg = args.dmesg
profile.run(env, json_writer)
time_end = time.time()