mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:51:10 +02:00
* ignore -R when doing emulator based testing
git-svn-id: trunk@9735 -
This commit is contained in:
parent
b5c114934d
commit
d88847dc14
@ -736,8 +736,6 @@ begin
|
|||||||
{$I+}
|
{$I+}
|
||||||
ioresult;
|
ioresult;
|
||||||
s:=CurrDir+SplitFileName(TestExe);
|
s:=CurrDir+SplitFileName(TestExe);
|
||||||
if RemotePath<>'' then
|
|
||||||
s:='-R '+RemotePath+' '+s;
|
|
||||||
execres:=ExecuteEmulated(EmulatorName,s);
|
execres:=ExecuteEmulated(EmulatorName,s);
|
||||||
{$I-}
|
{$I-}
|
||||||
ChDir(OldDir);
|
ChDir(OldDir);
|
||||||
|
Loading…
Reference in New Issue
Block a user