浏览代码

* ignore -R when doing emulator based testing

git-svn-id: trunk@9735 -
florian 17 年之前
父节点
当前提交
d88847dc14
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tests/utils/dotest.pp

+ 0 - 2
tests/utils/dotest.pp

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