[Bps-public-commit] r16727 - in sd/branches/init-and-clone: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Nov 6 14:07:12 EST 2008
Author: sartak
Date: Thu Nov 6 14:07:11 2008
New Revision: 16727
Modified:
sd/branches/init-and-clone/ (props changed)
sd/branches/init-and-clone/t/sd-rt-hm.t
Log:
r75143 at onn: sartak | 2008-11-06 13:47:38 -0500
We have no run_script_ok, it's just run_script
Modified: sd/branches/init-and-clone/t/sd-rt-hm.t
==============================================================================
--- sd/branches/init-and-clone/t/sd-rt-hm.t (original)
+++ sd/branches/init-and-clone/t/sd-rt-hm.t Thu Nov 6 14:07:11 2008
@@ -89,7 +89,7 @@
as_bob {
local $ENV{SD_REPO} = $ENV{'PROPHET_REPO'};
- run_script_ok('sd',['init']);
+ run_script('sd',['init']);
diag("Bob pulling from RT");
( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_rt_url ] );
diag($err) if ($err);
More information about the Bps-public-commit
mailing list