mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 03:02:04 +00:00
pve5to6: align summary counters
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
079d1188a0
commit
1c6ac415c4
@ -414,8 +414,8 @@ __PACKAGE__->register_method ({
|
|||||||
check_misc();
|
check_misc();
|
||||||
|
|
||||||
print_header("SUMMARY");
|
print_header("SUMMARY");
|
||||||
print colored("PASSED: $counters->{pass}\n", 'green');
|
print colored("PASSED: $counters->{pass}\n", 'green');
|
||||||
print "SKIPPED: $counters->{skip}\n";
|
print "SKIPPED: $counters->{skip}\n";
|
||||||
print colored("WARNINGS: $counters->{warn}\n", 'yellow');
|
print colored("WARNINGS: $counters->{warn}\n", 'yellow');
|
||||||
print colored("FAILURES: $counters->{fail}\n", 'red');
|
print colored("FAILURES: $counters->{fail}\n", 'red');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user