aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall-on-debian.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install-on-debian.sh b/install-on-debian.sh
index bcfd88a..8ecb6c1 100755
--- a/install-on-debian.sh
+++ b/install-on-debian.sh
@@ -31,10 +31,11 @@ install_chromedriver_aarch64 () {
exit 0
}
-# In case of 96boards we pre install chromium
+# In case of 96boards we pre install chromium on linaro builds
# Officially chromium not supported by robot framework.
# Made a soft link as google-chrome from chromium.
# In the test case we have to mention browser name as chrome.
+# But test case opens chromium browser
google_chrome_softlink () {
cd /usr/bin/
sudo ln -sf chromium google-chrome