corrected installation of automaice test software

This commit is contained in:
Stephen Gaito 2020-06-20 12:29:01 +01:00
parent c09362078d
commit 310bbccfe1
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@ sudo apt -y install \
# Now get the geckodriver for firefox (as required by selenium)
#
pushd /tmp
oldPWD=$(pwd)
cd /tmp
#
wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
#
@ -28,7 +29,7 @@ tar xvf geckodriver-v0.26.0-linux64.tar.gz
#
sudo mv geckodriver /usr/local/bin
#
popd
cd $oldPWD
# Now make sure all python packages exist (install into the local user's
# PyPI archive)