cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/TESTS [cvs1-11-x-branch]


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/TESTS [cvs1-11-x-branch]
Date: Tue, 13 Sep 2005 11:55:13 -0400

Index: ccvs/TESTS
diff -u ccvs/TESTS:1.20.6.1 ccvs/TESTS:1.20.6.2
--- ccvs/TESTS:1.20.6.1 Fri Mar  7 17:29:51 2003
+++ ccvs/TESTS  Tue Sep 13 15:55:12 2005
@@ -211,20 +211,24 @@
 "if $remote; then ... ; else ... ; fi"
 
 
-   * $testdir  = the directory this test is taking place in
-     (CVSROOT=$testdir/cvsroot or CVSROOT=:fork:$testdir/cvsroot)
-   * $testcvs  = full path to the cvs executable we are testing
-   * $PLUS     = expr dependant uninterpreted '+' since this can vary
-   * $DOTSTAR  = expr dependant _interpreted_ .* since some exprs don't match
-     EOL
-   * $username = regexp to match a username
-   * $hostname = regexp to match a hostname
-   * $PROG     = regexp to match progname in CVS error messages
-   * $remote   = ':' (true) or 'false', depending on whether the script is
-                 running with a remote CVSROOT
-   * $keep     = ':' (true) or 'false'.  When set, the first test run will
-                 leave any files and directories it created in $testdir and
-                 exit when complete.
+   * $testdir     = the directory this test is taking place in
+                    (CVSROOT=$testdir/cvsroot or
+                    CVSROOT=:fork:$testdir/cvsroot)
+   * $testcvs     = full path to the cvs executable we are testing
+   * $PLUS        = expr dependant uninterpreted '+' since this can vary
+   * $DOTSTAR     = expr dependant _interpreted_ .* since some exprs don't
+                    match EOL
+   * $username    = the username of the user running the tests
+   * $username8   = the first 8 characters of $username, output by some
+                    system and CVS commands
+   * $anyusername = regexp to match any valid system or CVS username
+   * $hostname    = regexp to match a hostname
+   * $PROG        = regexp to match progname in CVS error messages
+   * $remote      = ':' (true) or 'false', depending on whether the script is
+                    running with a remote CVSROOT
+   * $keep        = ':' (true) or 'false'.  When set, the first test run will
+                    leave any files and directories it created in $testdir and
+                    exit when complete.
 
 And, of course, some characters like '.' in regexps need to be '\' escaped when
 you mean them literally.  Some characters may be interpreted by the shell,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]