[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix python tests running for jsvn

From: Dmitry Pavlenko <pavlenko_at_tmatesoft.com>
Date: Tue, 8 May 2012 16:42:42 +0200

[[[
Fix python tests execution for jsvn.

* subversion/tests/cmdline/svntest/main.py
(execute_tests): svnversion_binary variable was used instead of svnmucc_binary
]]]

[[[
Index: subversion/tests/cmdline/svntest/main.py
===================================================================
--- subversion/tests/cmdline/svntest/main.py (revision 1335548)
+++ subversion/tests/cmdline/svntest/main.py (working copy)
@@ -1794,7 +1794,7 @@ def execute_tests(test_list, serial_only = False,
                                         'jsvndumpfilter' + _bat)
     svnversion_binary = os.path.join(options.svn_bin,
                                      'jsvnversion' + _bat)
- svnversion_binary = os.path.join(options.svn_bin, 'jsvnmucc' + _bat)
+ svnmucc_binary = os.path.join(options.svn_bin, 'jsvnmucc' + _bat)
   else:
     if options.svn_bin:
       svn_binary = os.path.join(options.svn_bin, 'svn' + _exe)
]]]
Received on 2012-05-08 16:44:12 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.