Skip to content

Commit

Permalink
Maded smokeNsend more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Nov 10, 2009
1 parent 234beae commit 7f875b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/smokeNsend.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
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]";

0 comments on commit 7f875b3

Please sign in to comment.