mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
fpcunit test runners: less output on the console fro Graeme.
git-svn-id: trunk@11221 -
This commit is contained in:
parent
26b03893db
commit
11ec1c7a2e
@ -278,8 +278,8 @@ begin
|
||||
if HasOption('format') then
|
||||
begin
|
||||
if GetOptionValue('format') = 'latex' then
|
||||
FormatParam := fLatex;
|
||||
if GetOptionValue('format') = 'plain' then
|
||||
FormatParam := fLatex
|
||||
else if GetOptionValue('format') = 'plain' then
|
||||
FormatParam := fPlain;
|
||||
end;
|
||||
|
||||
|
@ -617,6 +617,7 @@ begin
|
||||
w := TXMLResultsWriter.Create;
|
||||
{$ELSE}
|
||||
w := TXMLResultsWriter.Create(nil);
|
||||
w.FileName := 'null'; // prevents output to the console
|
||||
{$ENDIF}
|
||||
testResult.AddListener(w);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user