* ignore -R when doing emulator based testing

git-svn-id: trunk@9735 -
This commit is contained in:
florian 2008-01-13 14:57:05 +00:00
parent b5c114934d
commit d88847dc14

View File

@ -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);