Merge pull request #723 from bcwaldon/bump-coretest

coretest: configurable fleet tests
This commit is contained in:
Brian Waldon 2014-07-03 13:45:14 -07:00
commit 9a817ba36a
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="b6714982e974714b841a1d253481e831306eeefa" CROS_WORKON_COMMIT="0973f529bf740aaa158ba25bfb44e3171873449f"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi