mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
lint: Make lint error easier to spot in output
This commit is contained in:
parent
fa770fd368
commit
fa63b0e351
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ fn main() -> ExitCode {
|
||||||
// chdir to root before each lint test
|
// chdir to root before each lint test
|
||||||
env::set_current_dir(&git_root).unwrap();
|
env::set_current_dir(&git_root).unwrap();
|
||||||
if let Err(err) = lint_fn() {
|
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;
|
test_failed = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue