From 310bbccfe19679e3dc4e3c73aa72c8989b970796 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Sat, 20 Jun 2020 12:29:01 +0100 Subject: [PATCH] corrected installation of automaice test software --- pdf2htmlEX/test/installAutomaticTestSoftwareApt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pdf2htmlEX/test/installAutomaticTestSoftwareApt b/pdf2htmlEX/test/installAutomaticTestSoftwareApt index d1b73dd..fd41a7f 100755 --- a/pdf2htmlEX/test/installAutomaticTestSoftwareApt +++ b/pdf2htmlEX/test/installAutomaticTestSoftwareApt @@ -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)