mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
Disable chrome version check in vm_test since it is in a ebuild
Change-Id: I1a3f46cf37341255dbb01866cf68e5308bb36d83 BUG=10024 TEST=adhoc Review URL: http://codereview.chromium.org/5603007
This commit is contained in:
parent
1a4a9665d4
commit
dcd5b59d4a
@ -77,7 +77,7 @@ if [ -n "${FLAGS_verify_chrome_version}" ]; then
|
||||
--remote=127.0.0.1 \
|
||||
--ssh_port=${FLAGS_ssh_port})
|
||||
[[ ${chrome_version_on_vm} == ${FLAGS_verify_chrome_version} ]] || \
|
||||
die "Chrome version mismatch. VM reported ${chrome_version_on_vm}"
|
||||
warn "CHROME_VERSION is no longer set.This check will be removed"
|
||||
else
|
||||
warn "${FLAGS_verify_chrome_version} is not a valid Chrome version"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user