[limb-svn] r6495 - 3.x/trunk/limb/tests_runner/src

svn at limb-project.com svn at limb-project.com
Wed Nov 7 00:29:59 MSK 2007


Author: pachanga
Date: 2007-11-07 00:29:59 +0300 (Wed, 07 Nov 2007)
New Revision: 6495
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6495

Modified:
   3.x/trunk/limb/tests_runner/src/lmbTestShellUI.class.php
Log:
-- minor help screen improvements

Modified: 3.x/trunk/limb/tests_runner/src/lmbTestShellUI.class.php
===================================================================
--- 3.x/trunk/limb/tests_runner/src/lmbTestShellUI.class.php	2007-11-06 20:58:01 UTC (rev 6494)
+++ 3.x/trunk/limb/tests_runner/src/lmbTestShellUI.class.php	2007-11-06 21:29:59 UTC (rev 6495)
@@ -70,10 +70,10 @@
                                     tags which should be executed(e.g @group group1,group2) 
   -M, --methods=testFoo[,testBar]   Comma separated list of test methods which should be
                                     executed 
-  -C, --cover=path1;path2           Sets paths delimitered with ';' which should be analyzed
+  -C, --cover='path1;path2'         Sets paths delimitered with ';' which should be analyzed
                                     for test coverage(requires XDebug extension!)
   --cover-report=dir                Sets coverage report directory
-  --cover-exclude=path1;path2       Sets paths delimitered with ';' which should be excluded
+  --cover-exclude='path1;path2'     Sets paths delimitered with ';' which should be excluded
                                     from coverage analysis
 
 $version



More information about the limb-svn mailing list