Skip to content

Commit

Permalink
On Selenium server download make the wget quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
viglesiasce committed Sep 20, 2013
1 parent 060a497 commit c6a4a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ popd
easy_install selenium
yum -y install make rubygems ruby-devel xorg-x11-font* wget xorg-x11-server-Xvfb firefox
cd /
wget https://selenium.googlecode.com/files/selenium-server-2.35.0.zip
wget -q https://selenium.googlecode.com/files/selenium-server-2.35.0.zip
unzip selenium-server-2.35.0.zip
dbus-uuidgen > /var/lib/dbus/machine-id
Xvfb :0 -ac 2> /dev/null &
Expand Down

0 comments on commit c6a4a28

Please sign in to comment.