From 984a468997fb1fbe5a38fdf44e1f386fe7c272a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sun, 9 Mar 2025 10:53:03 +0100 Subject: [PATCH] * Color change --- tests/utils/testsuite/tsgraph.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/testsuite/tsgraph.pas b/tests/utils/testsuite/tsgraph.pas index e4ce94c5c7..d80a1cfdf0 100644 --- a/tests/utils/testsuite/tsgraph.pas +++ b/tests/utils/testsuite/tsgraph.pas @@ -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;