aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/tests
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-01 23:06:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-01 23:08:09 +0100
commit93e94c06baf013e3d072465a55bddd1fe61c0772 (patch)
tree9f5f693935a75472a96ec181b82d8fa33ee69078 /lib/bb/tests
parente034c6f75e3d7730ff16a8d1bd0cba03beda0af8 (diff)
downloadbitbake-93e94c06baf013e3d072465a55bddd1fe61c0772.tar.gz
build: Disable warning about dependent tasks for now
This breaks with rm_work so disable the warning until we find a better solution (and change the test accordingly too). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/tests')
-rw-r--r--lib/bb/tests/parse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/tests/parse.py b/lib/bb/tests/parse.py
index aa7adc40f..747fc35fc 100644
--- a/lib/bb/tests/parse.py
+++ b/lib/bb/tests/parse.py
@@ -203,5 +203,5 @@ deltask do_fetch do_patch
self.assertTrue("addtask contained multiple 'after' keywords" in stdout)
self.assertTrue('addtask ignored: " do_patch"' in stdout)
self.assertTrue('deltask ignored: " do_patch"' in stdout)
- self.assertTrue('dependent task do_foo for do_patch does not exist' in stdout)
+ #self.assertTrue('dependent task do_foo for do_patch does not exist' in stdout)