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

Re: Implement support for 'make check' variants

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 24 Jun 2011 11:47:44 +0100

Noorul Islam K M <noorul_at_collab.net> writes:

> Daniel came up with idea of extending Makefile.in to support 'make
> check' variants.
>
> 1. 'make check' with svnserve -T

> 2. 'make check' with svnadmin create --pre-1.x-compatible (where x in
> (1.4, 1.5, 1.6, 1.7))
> 3. 'make check' with SVNPathAuthz short_circuit. As of now this is
> supported by stsp's Makefile.svn. So this will be bringing that into
> Makefile.in
>
> So, this would include the following tasks.
>
> * Extending Makefile.in to take optional arguments.
> * Propagating that through to the tests themselves.
> * Extending test suite to take additional options accordingly.
> * Filing issues and/or fixing any bugs that surface.
>
> I am planning to implement his idea. I hope this is a welcome
> change. Posting it here to get feedback before starting to work on this.

I don't understand what you intend. I agree that 3 is new, but for 1
and 2 I can do:

  make svnserveautocheck THREADED=1
  make check SERVER_MINOR_VERSION=N

Are you plan to change/extend those options?

-- 
Philip
Received on 2011-06-24 12:48:20 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.