mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
lint: Make lint error easier to spot in output
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user