diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/bbtests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py index 869840022a..d8cb835829 100644 --- a/meta/lib/oeqa/selftest/bbtests.py +++ b/meta/lib/oeqa/selftest/bbtests.py | |||
@@ -134,6 +134,7 @@ class BitbakeTests(oeSelfTest): | |||
134 | self.write_recipeinc('man', data) | 134 | self.write_recipeinc('man', data) |
135 | self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\" | 135 | self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\" |
136 | SSTATE_DIR = \"${TOPDIR}/download-selftest\" | 136 | SSTATE_DIR = \"${TOPDIR}/download-selftest\" |
137 | INHERIT_remove = \"report-error\" | ||
137 | """) | 138 | """) |
138 | self.track_for_cleanup(os.path.join(self.builddir, "download-selftest")) | 139 | self.track_for_cleanup(os.path.join(self.builddir, "download-selftest")) |
139 | 140 | ||