[Bps-public-commit] r16872 - sd/trunk/t

ruz at bestpractical.com ruz at bestpractical.com
Mon Nov 17 11:40:04 EST 2008


Author: ruz
Date: Mon Nov 17 11:40:04 2008
New Revision: 16872

Modified:
   sd/trunk/t/sd-hm-comments.t

Log:
* delete diag calls in a test

Modified: sd/trunk/t/sd-hm-comments.t
==============================================================================
--- sd/trunk/t/sd-hm-comments.t	(original)
+++ sd/trunk/t/sd-hm-comments.t	Mon Nov 17 11:40:04 2008
@@ -42,11 +42,6 @@
 {
     diag($sd_hm_url);
     my ($ret, $out, $err) = run_script( 'sd', [ 'clone', '--from', $sd_hm_url ] );
-    
-    diag($ret);
-    diag($out);
-    diag($err);
-    
     run_output_matches( 'sd', [qw(ticket list --regex .)], [qr/(.*?)(?{ $yatta_uuid = $1 }) YATTA (.*)/] );
     ( $ret, $out, $err ) = run_script( 'sd', [ qw(ticket show --batch --id), $yatta_uuid ] );
     $yatta_id = $1 if $out =~ /^id: (\d+) /m;



More information about the Bps-public-commit mailing list