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

Re: [patch] RAM disk usage instructions and svntest

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-05-19 20:31:29 CEST

On 2005-05-19 11:20-0700, Daniel Rall wrote:
>
> Erik, what do you think about the strategy of automatically setting the
> cleanup flag when svntest is run with a RAM disk?
>

Please provide it as a flag. I run svntest framework time to time by
hand or by external scripts, and I then definitely like to poke around
with test repositories.

> +
> + # Flag the tests to cleanup to avoid requiring hundreds of MBs of
> + # memory.
> + CHECK_ARGS="$CHECK_ARGS CLEANUP=1"
> fi

Something like:

+ CHECK_ARGS="$CHECK_ARGS $CHECK_CLEANUP"

and svntest-config.sh:
+ CHECK_CLEANUP="CLEANUP=1"

Thanks,
Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 19 20:32:16 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.