You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by kf...@collab.net on 2005/02/22 04:38:27 UTC

Re: [patch] subversion/tests/clients/cmdline/README correction

Committed in r13013, thanks.  Note that I tweaked the log message a bit.

Madan U Sreenivasan <ma...@collab.net> writes:
>    Fixed README inconsistency: Regarding url usage for executing tests
> scripts
>    * subversion/tests/clients/cmdline/README
>         Fixed lines about usage of url with the test scripts.
>         The test case no. should follow the url option ( as of now )
> Index: subversion/tests/clients/cmdline/README
> ===================================================================
> --- subversion/tests/clients/cmdline/README	(revision 13102)
> +++ subversion/tests/clients/cmdline/README	(working copy)
> @@ -69,12 +69,12 @@
>  Now you can run a test script over ra_dav:
>  
>     $ ./basic_tests.py --url http://localhost
> -   $ ./basic_tests.py 3 --url http://localhost
> +   $ ./basic_tests.py --url http://localhost 3
>  
>  or 
>  
>     $ ./basic_tests.py --url=http://localhost
> -   $ ./basic_tests.py 3 --url=http://localhost
> +   $ ./basic_tests.py --url=http://localhost 3
>  
>  If you run httpd on a port other than 80, you can specify the port in
>  the URL: "http://localhost:15835" for example.
> @@ -87,7 +87,7 @@
>  BASE_URL=URL can also be used when running individual tests:
>  
>     $ ./basic_tests.py BASE_URL=http://localhost
> -   $ ./basic_tests.py 3 BASE_URL=http://localhost
> +   $ ./basic_tests.py BASE_URL=http://localhost 3
>  
>  
>  You can run the tests over ra_dav with authentication enabled.  First you
> @@ -117,7 +117,7 @@
>  
>  or, to run individual tests,
>  
> -$ ./basic_tests.py 3 --url=svn://localhost
> +$ ./basic_tests.py --url=svn://localhost 3
>  
>  
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org