]> code.ossystems Code Review - openembedded-core.git/commit
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>
Wed, 4 Dec 2013 14:17:40 +0000 (14:17 +0000)
commit6008745c56800e0f5f01a756be0701cebd9de4ae
tree9f6d1d4986257d4c7b681706a02e5fe55b6fb56f
parentadb6e64d69fc947f2c8fa708dcbe854fd2b574f8
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.

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