* More specific names for detailed test run results

This commit is contained in:
Michaël Van Canneyt 2025-03-02 11:31:33 +01:00
parent dd2e8c8d3e
commit 28233953c1

View File

@ -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