Author: stsp
Date: Tue Aug  4 08:47:29 2015
New Revision: 1694012

URL: http://svn.apache.org/r1694012
Log:
On the 1.7.x branch: Fix test suite by making --httpd-version a valid option.

Obvious fix. Follow-up to r1692801.

* subversion/tests/cmdline/svntest/main.py
  (_create_parser): Add --httpd-version option.

Modified:
    subversion/branches/1.7.x/subversion/tests/cmdline/svntest/main.py

Modified: subversion/branches/1.7.x/subversion/tests/cmdline/svntest/main.py
URL: 
http://svn.apache.org/viewvc/subversion/branches/1.7.x/subversion/tests/cmdline/svntest/main.py?rev=1694012&r1=1694011&r2=1694012&view=diff
==============================================================================
--- subversion/branches/1.7.x/subversion/tests/cmdline/svntest/main.py 
(original)
+++ subversion/branches/1.7.x/subversion/tests/cmdline/svntest/main.py Tue Aug  
4 08:47:29 2015
@@ -1582,6 +1582,8 @@ def _create_parser():
                          'useful during test development!')
   parser.add_option('--srcdir', action='store', dest='srcdir',
                     help='Source directory.')
+  parser.add_option('--httpd-version', action='store',
+                    help='Assume HTTPD is this version.')
 
   # most of the defaults are None, but some are other values, set them here
   parser.set_defaults(


Reply via email to