diff options
author | Elliot Smith <elliot.smith@intel.com> | 2016-07-20 17:37:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-29 09:53:32 +0100 |
commit | 5b61fa04a335a4fdefd435dc25d4bac41ee21e39 (patch) | |
tree | 01993ae882c3bdd1a6c3937206ee61cc80d22d4c | |
parent | 05f82e8f127c52a261218d8f88db5e0bdac3b248 (diff) | |
download | poky-5b61fa04a335a4fdefd435dc25d4bac41ee21e39.tar.gz |
bitbake: toaster-tests: fix URL given for Chromedriver download
The link to the Chromedriver downloads page is dead, so
put in the correct URL.
(Bitbake rev: f0e6832bc33df2bb1b2f4b7f436ffbf023e24b13)
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/toaster/tests/browser/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/browser/README b/bitbake/lib/toaster/tests/browser/README index 969f06cfc2..6b09d20d87 100644 --- a/bitbake/lib/toaster/tests/browser/README +++ b/bitbake/lib/toaster/tests/browser/README | |||
@@ -13,7 +13,7 @@ a Selenium test report with a version-specific format. | |||
13 | To run tests against Chrome: | 13 | To run tests against Chrome: |
14 | 14 | ||
15 | * Download chromedriver for your host OS from | 15 | * Download chromedriver for your host OS from |
16 | https://code.google.com/p/chromedriver/downloads/list | 16 | https://sites.google.com/a/chromium.org/chromedriver/downloads |
17 | * On *nix systems, put chromedriver on PATH | 17 | * On *nix systems, put chromedriver on PATH |
18 | * On Windows, put chromedriver.exe in the same directory as chrome.exe | 18 | * On Windows, put chromedriver.exe in the same directory as chrome.exe |
19 | 19 | ||