From b64a1c46c67c58e2da05c67ef1b2d73dd756549c Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Wed, 25 May 2022 16:15:31 +0000 Subject: [PATCH] Make the file path of the failure more visible to be able to click it faster --- ui_test/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui_test/src/lib.rs b/ui_test/src/lib.rs index f657be4ea65..ba1f874413d 100644 --- a/ui_test/src/lib.rs +++ b/ui_test/src/lib.rs @@ -129,7 +129,7 @@ pub fn run_tests(config: Config) { eprintln!("`{pattern}` {} in stderr output", "not found".red()); eprintln!( "expected because of pattern here: {}:{definition_line}", - path.display() + path.display().to_string().bold() ); dump_stderr = Some(stderr.clone()) }