diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2022-04-26 11:59:08 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-26 18:25:08 +0100 |
| commit | 57627d99bdb971483696b3ad0883195426e2d580 (patch) | |
| tree | 2279245f69ff05df4480b27cc7a1f9a248848236 /meta/lib/oeqa/sdk | |
| parent | ba14e497597365ea825db09303f72dcb15f63e3e (diff) | |
| download | poky-57627d99bdb971483696b3ad0883195426e2d580.tar.gz | |
cases/buildepoxy.py: fix typo
(From OE-Core rev: 3a9b6e71d1e7e8e2ebc0ed047841e36f09300387)
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>
Diffstat (limited to 'meta/lib/oeqa/sdk')
| -rw-r--r-- | meta/lib/oeqa/sdk/cases/buildepoxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdk/cases/buildepoxy.py b/meta/lib/oeqa/sdk/cases/buildepoxy.py index 385f8ccca8..f69f720cd6 100644 --- a/meta/lib/oeqa/sdk/cases/buildepoxy.py +++ b/meta/lib/oeqa/sdk/cases/buildepoxy.py | |||
| @@ -17,7 +17,7 @@ class EpoxyTest(OESDKTestCase): | |||
| 17 | """ | 17 | """ |
| 18 | def setUp(self): | 18 | def setUp(self): |
| 19 | if not (self.tc.hasHostPackage("nativesdk-meson")): | 19 | if not (self.tc.hasHostPackage("nativesdk-meson")): |
| 20 | raise unittest.SkipTest("GalculatorTest class: SDK doesn't contain Meson") | 20 | raise unittest.SkipTest("EpoxyTest class: SDK doesn't contain Meson") |
| 21 | 21 | ||
| 22 | def test_epoxy(self): | 22 | def test_epoxy(self): |
| 23 | with tempfile.TemporaryDirectory(prefix="epoxy", dir=self.tc.sdk_dir) as testdir: | 23 | with tempfile.TemporaryDirectory(prefix="epoxy", dir=self.tc.sdk_dir) as testdir: |
