Make the file path of the failure more visible to be able to click it faster
This commit is contained in:
parent
21795f3ce4
commit
b64a1c46c6
@ -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())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user