* [PATCH] rust: Enable verbose-tests to get the test results in readable format
@ 2022-09-04 7:06 pgowda.cve
0 siblings, 0 replies; only message in thread
From: pgowda.cve @ 2022-09-04 7:06 UTC (permalink / raw)
To: openembedded-core; +Cc: richard.purdie, Randy.MacLeod, vinay.m.engg, pgowda
From: pgowda <pgowda.cve@gmail.com>
Emits complete details regarding the test results to understand
and debug from logfiles
Signed-off-by: pgowda <pgowda.cve@gmail.com>
---
meta/recipes-devtools/rust/rust.inc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-devtools/rust/rust.inc b/meta/recipes-devtools/rust/rust.inc
index 284347dedc..a0164c2f6b 100644
--- a/meta/recipes-devtools/rust/rust.inc
+++ b/meta/recipes-devtools/rust/rust.inc
@@ -116,6 +116,10 @@ python do_configure() {
# Whether or not to optimize the compiler and standard library
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]
config.add_section("build")
config.set("build", "submodules", e(False))
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-09-04 7:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-04 7:06 [PATCH] rust: Enable verbose-tests to get the test results in readable format pgowda.cve
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox