Maded smokeNsend more verbose
Kartik Thakore [Tue, 10 Nov 2009 19:53:07 +0000 (14:53 -0500)]
tools/smokeNsend.pl

index 2cc5f79..cc0859f 100755 (executable)
@@ -5,5 +5,5 @@ system split ' ', "git pull origin $ARGV[2]" if ( $ARGV[2] && !($ARGV[3]));
 system split ' ', "git pull git://github.com/kthakore/SDL_perl.git $ARGV[2]" if $ARGV[3];
 system( 'perl',  'Build.PL');
 system( 'perl', 'Build');
-system split ' ', 'prove -l -b -m --archive sdl.tar.gz';
+system split ' ', 'prove -vlbm --archive sdl.tar.gz';
 system split ' ', "perl tools/smolder_smoke_signal --server sdlperl.ath.cx --port 8080  --username $ARGV[0] --password $ARGV[1] --file sdl.tar.gz --project SDL --architecture $] --platform $^O $ARGV[3]";