[Bps-public-commit] r17473 - sd/trunk/lib/App/SD

ruz at bestpractical.com ruz at bestpractical.com
Wed Dec 31 00:05:48 EST 2008


Author: ruz
Date: Wed Dec 31 00:05:48 2008
New Revision: 17473

Modified:
   sd/trunk/lib/App/SD/Test.pm

Log:
* use --verbose in get_ticket_info tests helper

Modified: sd/trunk/lib/App/SD/Test.pm
==============================================================================
--- sd/trunk/lib/App/SD/Test.pm	(original)
+++ sd/trunk/lib/App/SD/Test.pm	Wed Dec 31 00:05:48 2008
@@ -190,7 +190,7 @@
 
 sub get_ticket_info {
     my $id = shift;
-    my ($ok, $out, $err) =  Prophet::Test::run_script( 'sd', [qw(ticket show --batch --id), $id ]);
+    my ($ok, $out, $err) =  Prophet::Test::run_script( 'sd', [qw(ticket show --batch --verbose --id), $id ]);
 
     my @lines = split /\n/, $out;
 



More information about the Bps-public-commit mailing list