You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/11/16 06:04:36 UTC

svn commit: r1410196 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

Author: breser
Date: Fri Nov 16 05:04:35 2012
New Revision: 1410196

URL: http://svn.apache.org/viewvc?rev=1410196&view=rev
Log:
Fix breakage of the test suite after adding http proxy support.

* subversion/tests/cmdline/svntest/main.py
  (_create_parser): Add --http-proxy argument support.


Modified:
    subversion/trunk/subversion/tests/cmdline/svntest/main.py

Modified: subversion/trunk/subversion/tests/cmdline/svntest/main.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svntest/main.py?rev=1410196&r1=1410195&r2=1410196&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svntest/main.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svntest/main.py Fri Nov 16 05:04:35 2012
@@ -1644,6 +1644,8 @@ def _create_parser():
                     help='Source directory.')
   parser.add_option('--ssl-cert', action='store',
                     help='Path to SSL server certificate.')
+  parser.add_option('--http-proxy', action='store',
+                    help='Use the HTTP Proxy at hostname:port.')
 
   # most of the defaults are None, but some are other values, set them here
   parser.set_defaults(