* Color change

This commit is contained in:
Michaël Van Canneyt 2025-03-09 10:53:03 +01:00
parent df42ee55d4
commit 984a468997

View File

@ -150,7 +150,7 @@ begin
Writeln(stdout,'Setting brush style');
system.flush(stdout);
end;
cnv.brush.FPColor:=colDkGray;
cnv.brush.FPColor:=colYellow;
SR:=Skipped/Total;
FR:=Failed/Total;
PR:=1-SR-FR;