diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/tools/ci/lib.sh')
-rw-r--r-- | tests/wpt/web-platform-tests/tools/ci/lib.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/tools/ci/lib.sh b/tests/wpt/web-platform-tests/tools/ci/lib.sh index e80499a7d0a..db49ec6b449 100644 --- a/tests/wpt/web-platform-tests/tools/ci/lib.sh +++ b/tests/wpt/web-platform-tests/tools/ci/lib.sh @@ -23,6 +23,10 @@ hosts_fixup() { install_chrome() { channel=$1 + # The package name for Google Chrome Dev uses "unstable", not "dev". + if [[ $channel == "dev" ]]; then + channel="unstable" + fi deb_archive=google-chrome-${channel}_current_amd64.deb wget https://dl.google.com/linux/direct/$deb_archive |