mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-29 17:19:30 +02:00
lint: Make lint error easier to spot in output
This commit is contained in:
parent
fa770fd368
commit
fa63b0e351
@ -139,7 +139,7 @@ fn main() -> ExitCode {
|
||||
// chdir to root before each lint test
|
||||
env::set_current_dir(&git_root).unwrap();
|
||||
if let Err(err) = lint_fn() {
|
||||
println!("{err}\n^---- Failure generated from {lint_name}!");
|
||||
println!("{err}\n^---- ⚠️ Failure generated from {lint_name}!");
|
||||
test_failed = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user