aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2016-08-03 20:56:19 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2016-08-03 20:56:19 +0530
commitd55d0131eeeb1b0d780c7070c8c4a3e9035e5313 (patch)
treee64803204a3e7729a75e904c0cd28ce5261e8772
parent48d6f5b84445e3579a546c9d2b88440c137391fe (diff)
install-on-debian.sh: update comments
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-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