mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
rust: Enable verbose-tests to get the test results in readable format
Emits complete details regarding the test results to understand and debug from logfiles (From OE-Core rev: 78aecd6d4e443cb467e9a8007f2db29943dfdd1f) Signed-off-by: pgowda <pgowda.cve@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -119,6 +119,10 @@ python do_configure() {
|
|||||||
# Whether or not to optimize the compiler and standard library
|
# Whether or not to optimize the compiler and standard library
|
||||||
config.set("rust", "optimize", e(True))
|
config.set("rust", "optimize", e(True))
|
||||||
|
|
||||||
|
# Emits extraneous output from tests to ensure that failures of the test
|
||||||
|
# harness are debuggable just from logfiles
|
||||||
|
config.set("rust", "verbose-tests", e(True))
|
||||||
|
|
||||||
# [build]
|
# [build]
|
||||||
config.add_section("build")
|
config.add_section("build")
|
||||||
config.set("build", "submodules", e(False))
|
config.set("build", "submodules", e(False))
|
||||||
|
|||||||
Reference in New Issue
Block a user