summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-07-21 13:30:13 +0800
committerSteve Sakoman <steve@sakoman.com>2023-08-15 06:18:49 -1000
commit07fc9ad254055ca87302e1c0c74d50775b8550a6 (patch)
treea00a98f80d3c479ea8e3029298f6126590606c45
parentbb3e4284f777a4551aee30c28d87b0bed1370cc9 (diff)
downloadpoky-07fc9ad254055ca87302e1c0c74d50775b8550a6.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: 8ad6000c814631e1147fddd5d2462b39ea44b99e) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 38fd2120f0f48512091ddad6205ce19839eaf589) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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")