mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 01:26:39 +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();
|
||||
|
||||
print_header("SUMMARY");
|
||||
print colored("PASSED: $counters->{pass}\n", 'green');
|
||||
print "SKIPPED: $counters->{skip}\n";
|
||||
print colored("PASSED: $counters->{pass}\n", 'green');
|
||||
print "SKIPPED: $counters->{skip}\n";
|
||||
print colored("WARNINGS: $counters->{warn}\n", 'yellow');
|
||||
print colored("FAILURES: $counters->{fail}\n", 'red');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user