summaryrefslogtreecommitdiff
path: root/piglit.conf.example
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-07-01 15:19:05 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2015-07-09 13:18:00 -0700
commit5fdb16390b96a8f1507d6f2f07798f934184f694 (patch)
tree5f4027ae702382fe5ce057a3a94639ec4432be89 /piglit.conf.example
parent2590bb82e0da7490cde567e8e23d0cc4265415d3 (diff)
framework: add support for lzma via shell calls
This requires that there is an xz binary installed, and accessible, obviously. v4: - add this patch Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'piglit.conf.example')
-rw-r--r--piglit.conf.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/piglit.conf.example b/piglit.conf.example
index 3888fc676..e1f421c98 100644
--- a/piglit.conf.example
+++ b/piglit.conf.example
@@ -111,7 +111,9 @@ run_test=./%(test_name)s
;backend=json
; Set the default compression method to use for results
-; May be one of: 'none', 'gz', 'bz2'
+; May be one of: 'none', 'gz', 'bz2', 'xz'
+; note: xz requires either the backports.lzma python module or an xz binary
+;
; Default: 'bz2'
;compression=bz2