summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/sysroot.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/sysroot.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/sysroot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sysroot.py b/meta/lib/oeqa/selftest/cases/sysroot.py
index 79ab45235d..315d1a61c2 100644
--- a/meta/lib/oeqa/selftest/cases/sysroot.py
+++ b/meta/lib/oeqa/selftest/cases/sysroot.py
@@ -5,7 +5,7 @@
5import uuid 5import uuid
6 6
7from oeqa.selftest.case import OESelftestTestCase 7from oeqa.selftest.case import OESelftestTestCase
8from oeqa.utils.commands import bitbake 8from oeqa.utils.commands import bitbake
9 9
10class SysrootTests(OESelftestTestCase): 10class SysrootTests(OESelftestTestCase):
11 def test_sysroot_cleanup(self): 11 def test_sysroot_cleanup(self):