mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
selftest/cases/glibc.py: fix the override syntax
Fix the override so we actually pass the correct value to glibc. (From OE-Core rev: 60ca407ce3113d8b507aaa0876b28902aab7ed5b) 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>
This commit is contained in:
committed by
Steve Sakoman
parent
a543532a76
commit
777a9ac262
@@ -24,7 +24,7 @@ class GlibcSelfTestBase(OESelftestTestCase, OEPTestResultTestCase):
|
||||
features.append('TOOLCHAIN_TEST_HOST_USER = "root"')
|
||||
features.append('TOOLCHAIN_TEST_HOST_PORT = "22"')
|
||||
# force single threaded test execution
|
||||
features.append('EGLIBCPARALLELISM_task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""')
|
||||
features.append('EGLIBCPARALLELISM:task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""')
|
||||
self.write_config("\n".join(features))
|
||||
|
||||
bitbake("glibc-testsuite -c check")
|
||||
|
||||
Reference in New Issue
Block a user