summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/parse.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/tests/parse.py')
-rw-r--r--bitbake/lib/bb/tests/parse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/parse.py b/bitbake/lib/bb/tests/parse.py
index aa7adc40f2..747fc35fc2 100644
--- a/bitbake/lib/bb/tests/parse.py
+++ b/bitbake/lib/bb/tests/parse.py
@@ -203,5 +203,5 @@ deltask do_fetch do_patch
203 self.assertTrue("addtask contained multiple 'after' keywords" in stdout) 203 self.assertTrue("addtask contained multiple 'after' keywords" in stdout)
204 self.assertTrue('addtask ignored: " do_patch"' in stdout) 204 self.assertTrue('addtask ignored: " do_patch"' in stdout)
205 self.assertTrue('deltask ignored: " do_patch"' in stdout) 205 self.assertTrue('deltask ignored: " do_patch"' in stdout)
206 self.assertTrue('dependent task do_foo for do_patch does not exist' in stdout) 206 #self.assertTrue('dependent task do_foo for do_patch does not exist' in stdout)
207 207