summaryrefslogtreecommitdiff
path: root/runtest.py
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-12-18 13:24:19 +0300
committeranatoly techtonik <techtonik@gmail.com>2012-12-18 13:24:19 +0300
commitbb9ca1f13ff770ce09440746fbe49a8cbf36176d (patch)
tree0870118014b97648517b710eef102259063bd93e /runtest.py
parent0ffe83a96904a5bc6d3d233c40a12ae7ab9b8efa (diff)
downloadscons-bb9ca1f13ff770ce09440746fbe49a8cbf36176d.tar.gz
runtest.py: Fix CRLF
Diffstat (limited to 'runtest.py')
-rw-r--r--runtest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtest.py b/runtest.py
index 5331ba86..4c122989 100644
--- a/runtest.py
+++ b/runtest.py
@@ -199,8 +199,8 @@ class PassThroughOptionParser(OptionParser):
parser = PassThroughOptionParser(add_help_option=False)
parser.add_option('-a', '--all', action='store_true',
help="Run all tests.")
-parser.add_option('--xml',
- help="Save results to file in SCons XML format.")
+parser.add_option('--xml',
+ help="Save results to file in SCons XML format.")
(options, args) = parser.parse_args()
#print "options:", options