Fix $PATH for chromium-chromedirver
[testsuite.git] / setup.sh
index 50e344a..e91555e 100755 (executable)
--- 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   
        #