summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-07-21 13:30:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-21 07:13:50 +0100
commit18faf8c33e746551ccd1b136cf4a50a1a89109f9 (patch)
tree17080561f6a7d3a18d717a18cc3081573fbba5de
parentd8c1c3afb54027ccb5c509e2be4575cb8da9dcf0 (diff)
downloadpoky-18faf8c33e746551ccd1b136cf4a50a1a89109f9.tar.gz
selftest/cases/glibc.py: fix the override syntax
Fix the override so we actually pass the correct value to glibc. (From OE-Core rev: 38fd2120f0f48512091ddad6205ce19839eaf589) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/selftest/cases/glibc.py2
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")