mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
tests: reset _found at the end of each iteration (#8195)
This makes `inst_rules` really print all rules it skips.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
9c869ff6bf
commit
31ce89e7d9
@@ -1058,6 +1058,7 @@ inst_rules() {
|
||||
fi
|
||||
done
|
||||
[[ $_found ]] || dinfo "Skipping udev rule: $_rule"
|
||||
_found=
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user