Hi,
I've spend all my weekend day and made patch to win-tests.py for
simplifying running ra_dav tests on Windows. It is similar as
davautocheck.sh which as available on *nix.
With this patch to run ra_dav tests you could simply tell:
win-tests.py --httpd-dir="C:\Program Files\Apache2" c:\tmp\svn-test
or
win-tests.py --httpd-port=1234 --httpd-dir="C:\Program
Files\Apache2" c:\tmp\svn-test
To run httpd on specific port.
And of course you could run ra_dav tests in old way (using -u option)
I'm not Python expert, so please don't be strictly.
[[
Extend win-tests.py to perform ra_dav tests automatically.
win-tests.py
Add two new options --httpd-dir and --httpd-port and parse it. Run
httpd service,
if --httpd-dir specified.
(Httpd): New class for managing httpd service.
]]
--
Ivan Zhakov
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 1 01:40:46 2006