[Jifty-commit] r6328 - in jifty/trunk: lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 10 15:43:03 EST 2009


Author: jesse
Date: Tue Feb 10 15:43:02 2009
New Revision: 6328

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test.pm

Log:
 r58912 at 72-61-71-73:  jesse | 2009-02-10 15:42:56 -0500
 Quiet down a test fatal log message if we don't have a logger


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Tue Feb 10 15:43:02 2009
@@ -329,7 +329,7 @@
             if Jifty::Util->is_app_root($directory);
     }
 
-    Jifty->log->fatal("Stopping looking for test config files after recursing upwards $depth times. Either you have a nonstandard layout or an incredibly deep test hierarchy. If you really do have an incredibly deep test hierarchy, you can set the environment variable JIFTY_TEST_DEPTH to a larger value.");
+    Jifty->log->fatal("Stopping looking for test config files after recursing upwards $depth times. Either you have a nonstandard layout or an incredibly deep test hierarchy. If you really do have an incredibly deep test hierarchy, you can set the environment variable JIFTY_TEST_DEPTH to a larger value.") if (Jifty->logger);
 
     return $test_options;
 }


More information about the Jifty-commit mailing list