diff options
| author | pgowda <pgowda.cve@gmail.com> | 2022-09-04 12:36:41 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-05 12:55:09 +0100 |
| commit | 3a804fa64eddbe97daf214a458e243e9c413a803 (patch) | |
| tree | c7afc70da2e16a7ab852e689a3cef82907170b19 /meta/recipes-devtools/rust | |
| parent | 2b24fd87895ae926d7deda1ba0c825ad42475c9b (diff) | |
| download | poky-3a804fa64eddbe97daf214a458e243e9c413a803.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/rust')
| -rw-r--r-- | meta/recipes-devtools/rust/rust.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/rust.inc b/meta/recipes-devtools/rust/rust.inc index afbda2cb19..a33eb00e25 100644 --- a/meta/recipes-devtools/rust/rust.inc +++ b/meta/recipes-devtools/rust/rust.inc | |||
| @@ -119,6 +119,10 @@ python do_configure() { | |||
| 119 | # Whether or not to optimize the compiler and standard library | 119 | # Whether or not to optimize the compiler and standard library |
| 120 | config.set("rust", "optimize", e(True)) | 120 | config.set("rust", "optimize", e(True)) |
| 121 | 121 | ||
| 122 | # Emits extraneous output from tests to ensure that failures of the test | ||
| 123 | # harness are debuggable just from logfiles | ||
| 124 | config.set("rust", "verbose-tests", e(True)) | ||
| 125 | |||
| 122 | # [build] | 126 | # [build] |
| 123 | config.add_section("build") | 127 | config.add_section("build") |
| 124 | config.set("build", "submodules", e(False)) | 128 | config.set("build", "submodules", e(False)) |
