Author: jablko
Date: 2009-03-03 15:58:57 -0800 (Tue, 03 Mar 2009)
New Revision: 2103

Modified:
   trunk/qubit/lib/task/ReleaseTask.class.php
Log:
Drop running tests from release task so we can package the next release: 
http://qubit-toolkit.org/wiki/index.php?title=Releases#Task


Modified: trunk/qubit/lib/task/ReleaseTask.class.php
===================================================================
--- trunk/qubit/lib/task/ReleaseTask.class.php  2009-03-03 22:29:44 UTC (rev 
2102)
+++ trunk/qubit/lib/task/ReleaseTask.class.php  2009-03-03 23:58:57 UTC (rev 
2103)
@@ -52,24 +52,6 @@
       throw new Exception('Local modifications. Release process aborted!');
     }
 
-    // Test
-    require_once(sfConfig::get('sf_symfony_lib_dir').'/vendor/lime/lime.php');
-    $h = new lime_harness(new lime_output_color);
-
-    $h->base_dir = sfConfig::get('sf_test_dir');
-
-    // unit tests
-    $h->register_glob($h->base_dir.'/unit/*/*Test.php');
-
-    // functional tests
-    $h->register_glob($h->base_dir.'/functional/*Test.php');
-    $h->register_glob($h->base_dir.'/functional/*/*Test.php');
-
-    if (!$h->run())
-    {
-      throw new Exception('Some tests failed. Release process aborted!');
-    }
-
     if (!$xpath->evaluate('boolean(p:date)', $doc->documentElement))
     {
       $dateNode = $doc->createElement('date', date('Y-m-d'));


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to