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

Re: [PATCH] Allow multiple tests to be run from a Python test script

From: Michael Haggerty <mhagger_at_alum.mit.edu>
Date: 2006-04-04 05:26:49 CEST

Daniel Rall wrote:
> On Mon, 03 Apr 2006, Michael Haggerty wrote:
>>(I think it would be nice to change the "list" subcommand into a
>>"--list" option, but that change is not included here.)
>
> +1, I'd like to see this as well.
>
> Michael, many thanks for the terrific description and flawless patch.
> I've committed the patch to Subversion trunk in r19144.

Thanks for the quick response.

Here are patches for the "--list" option. The first attached patch adds
the "--list" option:

[[[
Add a "--list" option (with the same meaning as the "list" subcommand).

Add a --list option, and deprecates but does not remove the "list"
subcommand.

* subversion/tests/cmdline/svntest/main.py (run_tests): Added a --list
  option, with the same meaning as the old "list" subcommand.

* subversion/tests/cmdline/README: Updated documentation to reflect
  change.
]]]

The second (optional) attached patch removes the "list" subcommand. If
you think that anybody relies on the "list" subcommand and doesn't want
to switch to "--list", then you can skip this patch.

[[[
Remove the "list" subcommand (the new "--list" option covers its uses).

* subversion/tests/cmdline/svntest/main.py (run_tests): Removed the
  "list" subcommand, as its functionality is available via the new
  "--list" option.
]]]

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Tue Apr 4 05:27:43 2006

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.