lib/oeqa/selftest/base, scripts/oe-selftest: fix wrong remove path and do a complete...
authorStefan Stanacar <stefanx.stanacar@intel.com>
Wed, 4 Dec 2013 11:42:58 +0000 (13:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Dec 2013 14:24:43 +0000 (14:24 +0000)
commitebe1520aea702da4ec945878fc4c8bb4769bd588
treefddc3dc65b22eee02a90bb8df573e2e837f25ea4
parent242759808f580756c9e1be0c31816152b1deb122
lib/oeqa/selftest/base, scripts/oe-selftest: fix wrong remove path and do a complete cleanup at the end

The script should clean-up all the .inc files that might
have been created by tests regardless of the outcome or if
the script is interrupted. (currently the
last test will leave a conf/selftest.inc around, even
if it's not included anywhere)
Also fix delete_recipeinc to actually delete what's supposed to.

(From OE-Core rev: 6008745c56800e0f5f01a756be0701cebd9de4ae)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/base.py
scripts/oe-selftest