mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 05:50:36 +02:00
test: fixed long options of the console test runner
git-svn-id: trunk@16126 -
This commit is contained in:
parent
8fc60d8e8c
commit
e711e12a9a
@ -48,6 +48,8 @@ procedure TLazTestRunner.AppendLongOpts;
|
||||
begin
|
||||
inherited;
|
||||
LongOpts.Add('compiler:');
|
||||
LongOpts.Add('machine:');
|
||||
LongOpts.Add('submitter:');
|
||||
end;
|
||||
|
||||
procedure TLazTestRunner.ParseOptions;
|
||||
|
Loading…
Reference in New Issue
Block a user