summaryrefslogtreecommitdiffstats
path: root/lib/bb/tests/parse.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/tests/parse.py')
-rw-r--r--lib/bb/tests/parse.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/tests/parse.py b/lib/bb/tests/parse.py
index 1a3b74934..ee7f2534f 100644
--- a/lib/bb/tests/parse.py
+++ b/lib/bb/tests/parse.py
@@ -164,6 +164,7 @@ python () {
# become unset/disappear.
#
def test_parse_classextend_contamination(self):
+ self.d.setVar("__bbclasstype", "recipe")
cls = self.parsehelper(self.classextend_bbclass, suffix=".bbclass")
#clsname = os.path.basename(cls.name).replace(".bbclass", "")
self.classextend = self.classextend.replace("###CLASS###", cls.name)