[Bps-public-commit] r14475 - in sd/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Jul 24 06:01:55 EDT 2008


Author: sartak
Date: Thu Jul 24 06:01:53 2008
New Revision: 14475

Modified:
   sd/trunk/   (props changed)
   sd/trunk/t/sd-rt-hm.t

Log:
 r65013 at onn:  sartak | 2008-07-24 06:01:25 -0400
 Properly skip_all in t/sd-rt-hm instead of dying


Modified: sd/trunk/t/sd-rt-hm.t
==============================================================================
--- sd/trunk/t/sd-rt-hm.t	(original)
+++ sd/trunk/t/sd-rt-hm.t	Thu Jul 24 06:01:53 2008
@@ -18,7 +18,7 @@
 
 BEGIN {
     unless ( $ENV{'JIFTY_APP_ROOT'} ) {
-        die "You must define a JIFTY_APP_ROOT environment variable which points to your hiveminder source tree";
+        plan skip_all => "You must define a JIFTY_APP_ROOT environment variable which points to your hiveminder source tree";
     }
     require File::Temp;
     use Jifty;



More information about the Bps-public-commit mailing list