]> code.ossystems Code Review - openembedded-core.git/commit
selftest: do not perform a full build in test_continue
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 25 May 2017 11:16:52 +0000 (12:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 May 2017 16:37:23 +0000 (17:37 +0100)
commit6c69b5edc5711d2e5304a931e43eba562a095191
treeaae75b748063cd8d4f9f55a86c3e6d39e0011a2d
parent55fa8b210139509859258c0ee11b3534f10fa509
selftest: do not perform a full build in test_continue

This was fetching and building the toolchain and everything else
against empty download dir and sstate cache, and so was enormously slow.
The test does not need that, it only checks that one fetch task fails and
another succeeds when using bitbake's -k option.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/bbtests.py