diff options
-rw-r--r-- | meta/lib/oeqa/selftest/cases/glibc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py index a446543a17..4ec4b85d67 100644 --- a/meta/lib/oeqa/selftest/cases/glibc.py +++ b/meta/lib/oeqa/selftest/cases/glibc.py | |||
@@ -28,7 +28,7 @@ class GlibcSelfTestBase(OESelftestTestCase, OEPTestResultTestCase): | |||
28 | features.append('TOOLCHAIN_TEST_HOST_USER = "root"') | 28 | features.append('TOOLCHAIN_TEST_HOST_USER = "root"') |
29 | features.append('TOOLCHAIN_TEST_HOST_PORT = "22"') | 29 | features.append('TOOLCHAIN_TEST_HOST_PORT = "22"') |
30 | # force single threaded test execution | 30 | # force single threaded test execution |
31 | features.append('EGLIBCPARALLELISM_task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""') | 31 | features.append('EGLIBCPARALLELISM:task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""') |
32 | self.write_config("\n".join(features)) | 32 | self.write_config("\n".join(features)) |
33 | 33 | ||
34 | bitbake("glibc-testsuite -c check") | 34 | bitbake("glibc-testsuite -c check") |