[Solar-svn] Revision 2678
pmjones at solarphp.com
pmjones at solarphp.com
Thu Aug 9 14:17:09 CDT 2007
Branch: Solar_Cli_RunTests: [ADD] Now emits feedback about where tests are running from.
Modified: branches/orm/Solar/Cli/RunTests.php
===================================================================
--- branches/orm/Solar/Cli/RunTests.php 2007-08-09 19:16:07 UTC (rev 2677)
+++ branches/orm/Solar/Cli/RunTests.php 2007-08-09 19:17:09 UTC (rev 2678)
@@ -86,6 +86,9 @@
// make sure it matches the OS
$dir = Solar::fixdir($dir);
+ // feedback
+ $this->_println("Run tests from '$dir'.");
+
// make sure it ends in "/Test/".
$end = DIRECTORY_SEPARATOR . 'Test' . DIRECTORY_SEPARATOR;
if (substr($dir, -5) != $end) {
More information about the Solar-svn
mailing list