[Piglit] [PATCH 3/4] framework: add the compression method to the summary aggregate message
Dylan Baker
baker.dylan.c at gmail.com
Thu Aug 6 14:43:08 PDT 2015
This adds the compression extension to the message printed at the end of
the aggregation.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
framework/programs/summary.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/framework/programs/summary.py b/framework/programs/summary.py
index 23a4eb8..716614b 100644
--- a/framework/programs/summary.py
+++ b/framework/programs/summary.py
@@ -213,4 +213,5 @@ def aggregate(input_):
"Unable to write aggregated file, permission denied.")
raise
- print("Aggregated file written to: {}".format(outfile))
+ print("Aggregated file written to: {}.{}".format(
+ outfile, backends.compression.get_mode()))
--
2.5.0
More information about the Piglit
mailing list