From 343b228fe997a8465a8dad7ef3deb19d4f04fdbb Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Thu, 14 Jun 2018 12:25:17 +0200 Subject: updater.py: Fix longstanding typo. --- lib/oeqa/selftest/cases/updater.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/oeqa/selftest/cases/updater.py b/lib/oeqa/selftest/cases/updater.py index 44e0647..54b8aa2 100644 --- a/lib/oeqa/selftest/cases/updater.py +++ b/lib/oeqa/selftest/cases/updater.py @@ -141,7 +141,7 @@ class AutoProvTests(OESelftestTestCase): if re.search(layer, result.output) is None: # Assume the directory layout for finding other layers. We could also # make assumptions by using 'show-layers', but either way, if the - # layers we need aren't where we expect them, we are out of like. + # layers we need aren't where we expect them, we are out of luck. path = os.path.abspath(os.path.dirname(__file__)) metadir = path + "/../../../../../" self.meta_qemu = metadir + layer @@ -204,7 +204,7 @@ class RpiTests(OESelftestTestCase): result = runCmd('bitbake-layers show-layers') # Assume the directory layout for finding other layers. We could also # make assumptions by using 'show-layers', but either way, if the - # layers we need aren't where we expect them, we are out of like. + # layers we need aren't where we expect them, we are out of luck. path = os.path.abspath(os.path.dirname(__file__)) metadir = path + "/../../../../../" if re.search(layer_python, result.output) is None: @@ -277,7 +277,7 @@ class GrubTests(OESelftestTestCase): result = runCmd('bitbake-layers show-layers') # Assume the directory layout for finding other layers. We could also # make assumptions by using 'show-layers', but either way, if the - # layers we need aren't where we expect them, we are out of like. + # layers we need aren't where we expect them, we are out of luck. path = os.path.abspath(os.path.dirname(__file__)) metadir = path + "/../../../../../" if re.search(layer_intel, result.output) is None: @@ -339,7 +339,7 @@ class ImplProvTests(OESelftestTestCase): if re.search(layer, result.output) is None: # Assume the directory layout for finding other layers. We could also # make assumptions by using 'show-layers', but either way, if the - # layers we need aren't where we expect them, we are out of like. + # layers we need aren't where we expect them, we are out of luck. path = os.path.abspath(os.path.dirname(__file__)) metadir = path + "/../../../../../" self.meta_qemu = metadir + layer @@ -409,7 +409,7 @@ class HsmTests(OESelftestTestCase): if re.search(layer, result.output) is None: # Assume the directory layout for finding other layers. We could also # make assumptions by using 'show-layers', but either way, if the - # layers we need aren't where we expect them, we are out of like. + # layers we need aren't where we expect them, we are out of luck. path = os.path.abspath(os.path.dirname(__file__)) metadir = path + "/../../../../../" self.meta_qemu = metadir + layer @@ -527,7 +527,7 @@ class SecondaryTests(OESelftestTestCase): if re.search(layer, result.output) is None: # Assume the directory layout for finding other layers. We could also # make assumptions by using 'show-layers', but either way, if the - # layers we need aren't where we expect them, we are out of like. + # layers we need aren't where we expect them, we are out of luck. path = os.path.abspath(os.path.dirname(__file__)) metadir = path + "/../../../../../" self.meta_qemu = metadir + layer @@ -572,7 +572,7 @@ class PrimaryTests(OESelftestTestCase): if re.search(layer, result.output) is None: # Assume the directory layout for finding other layers. We could also # make assumptions by using 'show-layers', but either way, if the - # layers we need aren't where we expect them, we are out of like. + # layers we need aren't where we expect them, we are out of luck. path = os.path.abspath(os.path.dirname(__file__)) metadir = path + "/../../../../../" self.meta_qemu = metadir + layer -- cgit v1.2.3-54-g00ecf