mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
cases/buildepoxy.py: fix typo
(From OE-Core rev: ca92de4c2181cb4b93f0adfe7c2fde759f295cb7) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3a9b6e71d1e7e8e2ebc0ed047841e36f09300387) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -17,7 +17,7 @@ class EpoxyTest(OESDKTestCase):
|
|||||||
"""
|
"""
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
if not (self.tc.hasHostPackage("nativesdk-meson")):
|
if not (self.tc.hasHostPackage("nativesdk-meson")):
|
||||||
raise unittest.SkipTest("GalculatorTest class: SDK doesn't contain Meson")
|
raise unittest.SkipTest("EpoxyTest class: SDK doesn't contain Meson")
|
||||||
|
|
||||||
def test_epoxy(self):
|
def test_epoxy(self):
|
||||||
with tempfile.TemporaryDirectory(prefix="epoxy", dir=self.tc.sdk_dir) as testdir:
|
with tempfile.TemporaryDirectory(prefix="epoxy", dir=self.tc.sdk_dir) as testdir:
|
||||||
|
|||||||
Reference in New Issue
Block a user