* add verbose

This commit is contained in:
Jeff Carr 2011-09-27 17:19:25 -04:00
parent c7621024be
commit 5da0b4bffa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ local:
prep:
git update-server-info
cat loadbot/testservers |xargs -n 1 --replace=BLAH scp loadbot/prep.pl BLAH:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH scp loadbot/prep.pl BLAH:
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH ./prep.pl
pull: