Johan Corveleyn wrote on Wed, Sep 28, 2011 at 14:00:08 +0200: > On Wed, Sep 28, 2011 at 12:58 AM, Johan Corveleyn <jcor...@gmail.com> wrote: > > Hi, > > > > I'm confused: with win-tests.py, is it necessary to start svnserve > > yourself, before running the tests with --url=svn://localhost; or does > > win-tests.py take care of starting and stopping svnserve itself? > > > > I just started running the testsuite with --url=svn://localhost. But > > first I started svnserve (in another command window), as is explained > > in tests/cmdline/README. Then, just for kicks, I decided to kill the > > running svnserve process. However, to my amazement, the testsuite just > > kept running, and ran all the way to completion without any test > > failure. > > Ok, I should have looked a bit further, it seems that > tests/cmdline/README is a bit outdated (at least concerning
Patches welcome... > win-tests.py). The usage message says: > > -u URL, --url=URL : run ra_dav or ra_svn tests against URL; > will start svnserve for ra_svn tests > > It seems it can also start httpd, if given the --httpd-dir option. I > didn't know that, until now I was starting my svnserve and httpd > separately to be able to run those tests. > > Sorry for the noise. > -- > Johan