Emits complete details regarding the test results to understand
and debug from logfiles
Signed-off-by: pgowda <pgowda.cve@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# 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))