mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +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
|
||||
Inc(FRunFailedCount);
|
||||
if Run1Field.AsString='' then
|
||||
BGColor:='#FF225B'
|
||||
BGColor:='#FF82AB' // Light red
|
||||
else
|
||||
BGColor:='#FF82AB'; // Light red
|
||||
BGColor:='#FF225B';
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user