]> code.ossystems Code Review - openembedded-core.git/commitdiff
oescripts.py: fix typo
authorChen Qi <Qi.Chen@windriver.com>
Wed, 1 Jul 2020 05:50:09 +0000 (13:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jul 2020 15:17:01 +0000 (16:17 +0100)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/oescripts.py

index 2f18d8f29ccbcb37f7cc604636a423eb54cf6ab5..f697d29b500f38d94fad97bcb9260d2584698af1 100644 (file)
@@ -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")