From 1bec288c62eca5f608e047c009730a43da7df725 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 9 Jan 2010 20:57:37 -0500 Subject: XML output file is configurable in .rc file. --HG-- rename : test/farm/html/run_a_xml.py => test/farm/html/run_a_xml_1.py --- coverage/cmdline.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'coverage/cmdline.py') diff --git a/coverage/cmdline.py b/coverage/cmdline.py index e82cf27c..60f9cdd3 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -506,8 +506,6 @@ class CoverageScript(object): directory=options.directory, **report_args) if 'xml' in options.actions: outfile = options.outfile - if outfile == '-': - outfile = None self.coverage.xml_report(outfile=outfile, **report_args) return OK -- cgit v1.2.1