[Solar-svn] Revision 2934
pmjones at solarphp.com
pmjones at solarphp.com
Sun Nov 11 10:27:24 CST 2007
updating release script: turning off test runs and doc gen this time, until testing system is fixed
Modified: release
===================================================================
--- release 2007-11-09 20:37:35 UTC (rev 2933)
+++ release 2007-11-11 16:27:24 UTC (rev 2934)
@@ -68,18 +68,17 @@
exit(1);
}
-// make sure all tests pass
-$result = solar_exec('cd trunk/tests/; ./phpunit AllTests.php', $output);
-if (in_array("FAILURES!", $output)) {
- echo implode("\n", $output) . "\n";
- echo "\nAt least one test failed. Please run tests manually and resolve.\n";
- exit(1);
-}
+// // make sure all tests pass
+// $result = solar_exec('cd trunk/tests/; ./phpunit AllTests.php', $output);
+// if (in_array("FAILURES!", $output)) {
+// echo implode("\n", $output) . "\n";
+// echo "\nAt least one test failed. Please run tests manually and resolve.\n";
+// exit(1);
+// }
-// generate docs
-solar_passthru('php /Users/pmjones/Sites/dev/solarweb/solarweb gendocs');
+// // generate docs
+// solar_passthru('/Users/pmjones/Sites/dev/solarweb/make-docs.sh');
-
// whether or not we're doing a full commit
$commit = isset($argv[1]) && $argv[1] == 'commit';
More information about the Solar-svn
mailing list