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

sartak at bestpractical.com sartak at bestpractical.com
Thu May 8 18:41:30 EDT 2008


Author: sartak
Date: Thu May  8 18:41:30 2008
New Revision: 12171

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

Log:
 r55461 at onn:  sartak | 2008-05-08 18:41:26 -0400
 Better skip_all for sd-hm.t


Modified: sd/trunk/t/sd-hm.t
==============================================================================
--- sd/trunk/t/sd-hm.t	(original)
+++ sd/trunk/t/sd-hm.t	Thu May  8 18:41:30 2008
@@ -1,14 +1,15 @@
 #!/usr/bin/env perl
 use warnings;
 use strict;
-use Prophet::Test tests => 10;
+use Prophet::Test;
 
 use Test::More;
 
 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";
     }
+    plan tests => 10;
     require File::Temp;
     $ENV{'PROPHET_REPO'} = $ENV{'SD_REPO'} = File::Temp::tempdir( CLEANUP => 0 ) . '/_svb';
     warn $ENV{'PROPHET_REPO'};



More information about the Bps-public-commit mailing list