[Bps-public-commit] r11571 - in SVN-PropDB: . t
jesse at bestpractical.com
jesse at bestpractical.com
Sat Apr 5 22:50:46 EDT 2008
Author: jesse
Date: Sat Apr 5 22:50:36 2008
New Revision: 11571
Modified:
SVN-PropDB/ (props changed)
SVN-PropDB/lib/Prophet/Test.pm
SVN-PropDB/t/sd-hm.t
Log:
r29345 at 31b: jesse | 2008-04-05 16:50:07 -1000
* slightly improve sd-hm test running ergonomics
Modified: SVN-PropDB/lib/Prophet/Test.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Test.pm (original)
+++ SVN-PropDB/lib/Prophet/Test.pm Sat Apr 5 22:50:36 2008
@@ -142,7 +142,6 @@
push @cmd, '-d:DProf';
$ENV{'PERL_DPROF_OUT_FILE_NAME'} = 'tmon.out.' . $$ . '.' . $RUNCNT++;
}
- warn $base_dir->file( $script );
push @cmd, $base_dir->file( $script );
return @cmd;
}
Modified: SVN-PropDB/t/sd-hm.t
==============================================================================
--- SVN-PropDB/t/sd-hm.t (original)
+++ SVN-PropDB/t/sd-hm.t Sat Apr 5 22:50:36 2008
@@ -17,6 +17,9 @@
$ENV{'PROPHET_REPO'} = $ENV{'SVB_REPO'} =
File::Temp::tempdir( CLEANUP => 0).'/_svb';
warn $ENV{'PROPHET_REPO'};
+ use Jifty;
+ push @INC, File::Spec->catdir(Jifty::Util->app_root, "lib");
+
}
More information about the Bps-public-commit
mailing list