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

Re: cmdline tests and --non-interactive

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-12-21 13:34:24 CET

Daniel Rall wrote:
> How about adding --non-interactive to run_and_verify_svn(),
> run_svnsync(), etc. (as appropriate)?

I've often thought it would be nice to get rid of those extra arguments by
adding them to the test suite's default config file (which is currently empty,
I believe). That wouldn't automatically simplify tests that create their own
config file, but there aren't many of those.

- Julian

>>* tests/cmdline/svnsync_tests.py
>> (run_test): Make calls to svnsync and svn propdel pass usernames and
>> passwords explicitly.

>> output, errput = svntest.main.run_svnsync(
>>- "initialize", dest_sbox.repo_url, "--source-url", sbox.repo_url)
>>+ "initialize", dest_sbox.repo_url, "--source-url", sbox.repo_url,
>>+ "--username", svntest.main.wc_author,
>>+ "--password", svntest.main.wc_passwd)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 25 00:59:47 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.