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
Received on Tue Feb 22 05:48:23 2005