[oe-commits] [bitbake] 04/04: toaster-tests: fix URL given for Chromedriver download

git at git.openembedded.org git at git.openembedded.org
Thu Jul 28 20:56:44 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 98894b434e9614eb1a3ecb307a9f87dfe647114a
Author: Elliot Smith <elliot.smith at intel.com>
AuthorDate: Wed Jul 20 17:37:04 2016 +0100

    toaster-tests: fix URL given for Chromedriver download
    
    The link to the Chromedriver downloads page is dead, so
    put in the correct URL.
    
    Signed-off-by: Elliot Smith <elliot.smith at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/tests/browser/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/tests/browser/README b/lib/toaster/tests/browser/README
index 969f06c..6b09d20 100644
--- a/lib/toaster/tests/browser/README
+++ b/lib/toaster/tests/browser/README
@@ -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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list