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

Re: svn commit: r13816 - trunk/subversion/tests/clients/cmdline/svntest

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-04-01 02:37:16 CEST

maxb@tigris.org writes:

> Author: maxb
> Date: Thu Mar 31 17:13:43 2005
> New Revision: 13816
>
> Modified:
> trunk/subversion/tests/clients/cmdline/svntest/main.py
> Log:
> Use GNU-style getopt if available (Python >= 2.3) in the Python testsuite, to
> allow arguments and options to be freely intermixed.
> Fixes issue 2237.
>
> * subversion/tests/clients/cmdline/svntest/main.py:
> Call getopt.gnu_getopt() if it exists,
> otherwise fall back to getopt.getopt().

Got any cycles to do the same thing to the C test framework, making
use of the apr_getopt stuff? Kinda confusing that:

   ./lock-tests --fs-type=fsfs

works, while

   ./lock-tests --fs-type fsfs

does not.

(NOTE: Soooooooperdooper low priority request, here.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 1 02:41:48 2005

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.