]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: toaster-tests: fix URL given for Chromedriver download
authorElliot Smith <elliot.smith@intel.com>
Wed, 20 Jul 2016 16:37:04 +0000 (17:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jul 2016 08:53:32 +0000 (09:53 +0100)
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>
bitbake/lib/toaster/tests/browser/README

index 969f06cfc2c38145f86289cf19e08e402fa5f064..6b09d20d87f285bee8e9e03f2076148284aefb74 100644 (file)
@@ -13,7 +13,7 @@ a Selenium test report with a version-specific format.
 To run tests against Chrome:
 
 * Download chromedriver for your host OS from
-  https://code.google.com/p/chromedriver/downloads/list
+  https://sites.google.com/a/chromium.org/chromedriver/downloads
 * On *nix systems, put chromedriver on PATH
 * On Windows, put chromedriver.exe in the same directory as chrome.exe