You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/12/23 03:29:25 UTC

svn commit: r1553059 - /subversion/trunk/subversion/tests/cmdline/README

Author: danielsh
Date: Mon Dec 23 02:29:24 2013
New Revision: 1553059

URL: http://svn.apache.org/r1553059
Log:
* subversion/tests/cmdline/README
  (Running over mod_dav_svn): Document '--no-tests'.

Modified:
    subversion/trunk/subversion/tests/cmdline/README

Modified: subversion/trunk/subversion/tests/cmdline/README
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/README?rev=1553059&r1=1553058&r2=1553059&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/README (original)
+++ subversion/trunk/subversion/tests/cmdline/README Mon Dec 23 02:29:24 2013
@@ -151,7 +151,13 @@ it will run just one suite or just one t
      $ ./davautocheck.sh basic
      $ ./davautocheck.sh basic 15
 
-It also respects some environment variables.
+With '--no-tests' argument, it will start httpd but not run any tests.  This is
+useful for manual testing --- create repositories in
+./svn-test-work/repositories/<$repo> and they will be accessible at
+<URL>/svn-test-work/repositories/<$repo>.  You can also run individual tests by passing the --url option to them, as described above.
+
+davautocheck.sh also respects some environment variables; see the comments at
+the top of the script for details.
 
 Running over ra_svn
 -------------------