diff options
-rw-r--r-- | runtest.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |