summaryrefslogtreecommitdiff
path: root/piglit
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-11-21 21:20:51 +0000
committerJosé Fonseca <jfonseca@vmware.com>2014-11-21 22:25:24 +0000
commit5bcbc84e7c2a644e94905c68681e03dfc588dd7a (patch)
tree7f47b37c0df539c970a4650e740a9c7aedd1d1e0 /piglit
parent8fe4fea9cc51fab1187dabb5b3e74cc8c6c861e6 (diff)
framework/summary/junit: Remove.
Deprecated by JUnit backend. Tested with json backend + summary html to ensure nothing's broken. Reviewed-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'piglit')
-rwxr-xr-xpiglit4
1 files changed, 0 insertions, 4 deletions
diff --git a/piglit b/piglit
index 5edfcfad1..7c84dedbc 100755
--- a/piglit
+++ b/piglit
@@ -131,10 +131,6 @@ def main():
add_help=False,
help='print results to terminal')
console.set_defaults(func=summary.console)
- junit = summary_parser.add_parser('junit',
- add_help=False,
- help='generate junit xml from results')
- junit.set_defaults(func=summary.junit)
csv = summary_parser.add_parser('csv',
add_help=False,
help='generate csv from results')