coretest: recognize InteractiveAuthorizationRequired error

This commit is contained in:
Alex Crawford 2014-11-11 16:38:47 -08:00
parent adbacedc01
commit a20de3e161
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86" KEYWORDS="~amd64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="0973f529bf740aaa158ba25bfb44e3171873449f" CROS_WORKON_COMMIT="282a1b444c7d61247efdd173bcb7050622e44812"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi