mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 00:02:15 +02:00
* testsuite comparison: make regression look more bold red, than newly failed
git-svn-id: trunk@6180 -
This commit is contained in:
parent
63ebc2a1b8
commit
bd8b81ceed
@ -823,9 +823,9 @@ begin
|
|||||||
begin
|
begin
|
||||||
Inc(FRunFailedCount);
|
Inc(FRunFailedCount);
|
||||||
if Run1Field.AsString='' then
|
if Run1Field.AsString='' then
|
||||||
BGColor:='#FF225B'
|
BGColor:='#FF82AB' // Light red
|
||||||
else
|
else
|
||||||
BGColor:='#FF82AB'; // Light red
|
BGColor:='#FF225B';
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user