From 107a9da00640a9e086a8608c20aee48aefd92893 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 11 May 2009 22:41:17 +0100 Subject: bitbake: Merge further fixes from upstream 1.8 branch * Make the test functionality work * Optimise BBPATH handling when changing directory * Optimise file globing for BBFILES Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/bb/__init__.py') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 7d01d52b64..b8f7c7f59e 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py @@ -1129,4 +1129,5 @@ def dep_opconvert(mysplit, myuse): if __name__ == "__main__": import doctest, bb + bb.msg.set_debug_level(0) doctest.testmod(bb) -- cgit v1.2.3-54-g00ecf