mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
oescripts.py: fix typo
(From OE-Core rev: 115d44958806a2c73d0bf140f45c11db462cc7db) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -177,7 +177,7 @@ class OEListPackageconfigTests(OEScriptTests):
|
||||
|
||||
self.check_endlines(results, expected_endlines)
|
||||
|
||||
def test_packageconfig_flags_optiins_preferred_only(self):
|
||||
def test_packageconfig_flags_options_preferred_only(self):
|
||||
results = runCmd('%s/contrib/list-packageconfig-flags.py -p' % self.scripts_dir)
|
||||
expected_endlines = []
|
||||
expected_endlines.append("RECIPE NAME PACKAGECONFIG FLAGS")
|
||||
|
||||
Reference in New Issue
Block a user