From: Dmitry Puzikov Date: Mon, 4 Mar 2019 10:06:16 +0000 (+0100) Subject: Fix $PATH for chromium-chromedirver X-Git-Tag: 1.4.0~74 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b0e12b4535c7a63f81729f93e5d17d83aff6bc52;p=testsuite.git Fix $PATH for chromium-chromedirver Apt installs chromium-chromedriver into /usr/lib/chromium-browser/chromedriver and doesnt add to $PATH so need to add it explicitly. Change-Id: I9d28b3d12438401ec5a94d6bbaebd06cef092632 Issue-ID: INT-945 Signed-off-by: Dmitry Puzikov --- diff --git a/setup.sh b/setup.sh index 50e344ab..e91555e4 100755 --- a/setup.sh +++ b/setup.sh @@ -101,6 +101,10 @@ cd $path # as required software is installed already. if $BUILDTIME then + # we need to update PATH with chromium-chromedriver + echo "Adding in-container chromedriver to PATH" + ln -s /usr/lib/chromium-browser/chromedriver /usr/local/bin/chromedriver + echo "Skipping desktop steps, building container image..." else #