mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 15:59:30 +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+}
|
||||
ioresult;
|
||||
s:=CurrDir+SplitFileName(TestExe);
|
||||
if RemotePath<>'' then
|
||||
s:='-R '+RemotePath+' '+s;
|
||||
execres:=ExecuteEmulated(EmulatorName,s);
|
||||
{$I-}
|
||||
ChDir(OldDir);
|
||||
|
Loading…
Reference in New Issue
Block a user