Merge pull request #578 from marineam/tests

bump(coreos-base/coretest): Fixes for update related tests
This commit is contained in:
Michael Marineau 2014-05-04 21:21:08 -07:00
commit 65dc3955c0
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="1f1b8ca6fe0666d1784ef3d5664b12abf2bceae8" CROS_WORKON_COMMIT="07925c8f2b3ee4ffea0894ff75b0aeded35d3896"
KEYWORDS="amd64 arm x86" KEYWORDS="amd64 arm x86"
fi fi