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

Re: [PATCH] Fix python tests running for jsvn

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 8 May 2012 16:50:10 +0200

On Tue, May 08, 2012 at 04:42:42PM +0200, Dmitry Pavlenko wrote:
> [[[
> Fix python tests execution for jsvn.
>
> * subversion/tests/cmdline/svntest/main.py
> (execute_tests): svnversion_binary variable was used instead of svnmucc_binary
> ]]]

Obvious fix, thanks. Committed in r1335555.

>
> [[[
> 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:50:46 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.