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

Re: regression testing over ra_dav

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-18 14:48:25 CEST

Jani Averbach <jaa@cc.jyu.fi> writes:

> If I change following file_schema_prefix to http://localhost:2401
> 99 file_schema_prefix = 'file://'
> in /subversion/tests/clients/cmdline/svntest/main.py, should I get
> regression test running over ra_dav?

No, see subversion/tests/clients/cmdline/README. To run the tests over
ra_dav you run

$ nice make check BASE_URL=http://host

or

$ nice make check BASE_URL=http://host:port

or to run one set of tests

$ ./update_tests.py --url http://host:port

Make sure the URL doesn't have a trailing slash.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 18 14:49:06 2002

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.