]> 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, 2 Feb 2017 13:22:46 +0000 (15:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Mar 2017 09:43:21 +0000 (09:43 +0000)
commit19cdac1a625189eb4a41ce5a7a204b08729c1b92
treeb34319d0b2d46e842e14917a2aae12dfb634cbae
parentbdebe0d50a210438730ee7797968eafe169ded23
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>
meta/lib/oeqa/selftest/bbtests.py