mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 01:29:31 +02:00
test: fixed parsing command line options
git-svn-id: trunk@10559 -
This commit is contained in:
parent
5c89a11221
commit
065a2e596b
@ -17,7 +17,7 @@
|
||||
<RunParams>
|
||||
<local>
|
||||
<FormatVersion Value="1"/>
|
||||
<CommandLineParams Value="-a"/>
|
||||
<CommandLineParams Value="-a --file=results.xml"/>
|
||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||
</local>
|
||||
</RunParams>
|
||||
|
@ -39,6 +39,7 @@ type
|
||||
|
||||
procedure TLazTestRunner.AppendLongOpts;
|
||||
begin
|
||||
inherited;
|
||||
LongOpts.Add('compiler:');
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user