mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:49:17 +02:00
* More specific names for detailed test run results
This commit is contained in:
parent
dd2e8c8d3e
commit
28233953c1
@ -619,7 +619,7 @@ begin
|
||||
Exit;
|
||||
end;
|
||||
HeaderStart(2);
|
||||
DumpLn('Detailed test run results:');
|
||||
DumpLn('ShowRunResults detailed test run results:');
|
||||
FL:='';
|
||||
If FVars.OnlyFailed or FVars.NoSkipped then
|
||||
begin
|
||||
@ -790,7 +790,7 @@ begin
|
||||
DumpTestInfo(lTestInfo);
|
||||
ParaGraphEnd;
|
||||
HeaderStart(2);
|
||||
DumpLn('Detailed test run results:');
|
||||
DumpLn('WriteTestInfo detailed test run results:');
|
||||
HeaderEnd(2);
|
||||
end;
|
||||
end;
|
||||
@ -1048,7 +1048,7 @@ begin
|
||||
exit;
|
||||
end;
|
||||
HeaderStart(2);
|
||||
DumpLn('Detailed test run results:');
|
||||
DumpLn('ShowRunComparison detailed test run results:');
|
||||
FL:='';
|
||||
If FVars.OnlyFailed or FVars.NoSkipped then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user