Skip to content

Commit

Permalink
Use quiet with wget to shorten build output
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.fusionforge.org/srv/svn/fusionforge/trunk@12838 9d84d37e-dcb1-4aad-b103-6f3d92f53bf6
  • Loading branch information
aljeux committed Mar 17, 2011
1 parent 31c7794 commit 15d3293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rd-party/selenium/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ binary/selenium-server-1.0.3: binary/selenium-remote-control-1.0.3.zip
cd binary ; [ -d selenium-server-1.0.3 ] || unzip selenium-remote-control-1.0.3.zip

binary/selenium-remote-control-1.0.3.zip: binary
cd binary ; wget -c http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zip
cd binary ; wget -q -c http://selenium.googlecode.com/files/selenium-remote-control-1.0.3.zip

binary:
mkdir binary
Expand Down

0 comments on commit 15d3293

Please sign in to comment.