[Jifty-commit] r7069 - jifty/trunk/t/TestApp-Dispatcher/t

Jifty commits jifty-commit at lists.jifty.org
Tue May 19 09:42:21 EDT 2009


Author: sartak
Date: Tue May 19 09:42:21 2009
New Revision: 7069

Modified:
   jifty/trunk/t/TestApp-Dispatcher/t/under.t

Log:
Squelch debug message unless running verbosely

Modified: jifty/trunk/t/TestApp-Dispatcher/t/under.t
==============================================================================
--- jifty/trunk/t/TestApp-Dispatcher/t/under.t	(original)
+++ jifty/trunk/t/TestApp-Dispatcher/t/under.t	Tue May 19 09:42:21 2009
@@ -56,7 +56,7 @@
     }
 }
 
-diag('test caching of compiled regular expressions');
+diag('test caching of compiled regular expressions') if $ENV{TEST_VERBOSE};
 {
     get_ok("/under_run_on_special/some_special");
     $mech->content_contains("woot: under");


More information about the Jifty-commit mailing list