This allows resume to use the same level of verbosity as the initial
run.
Signed-off-by: Dylan Baker <[email protected]>
---
framework/programs/run.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/framework/programs/run.py b/framework/programs/run.py
index dfa4358..77228f5 100644
--- a/framework/programs/run.py
+++ b/framework/programs/run.py
@@ -194,6 +194,7 @@ def _create_metadata(args, name, opts):
"""Create and return a metadata dict for Backend.initialize()."""
options = {}
options['profile'] = args.test_profile
+ options['log_level'] = args.log_level
for key, value in opts:
options[key] = value
if args.platform:
--
2.1.2
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit