소스 검색

Merge pull request #7335 from AttilaVamos/HPCC-13577-5_4-fix

HPCC-13577 Publish and testing published library fails in OBT

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 10 년 전
부모
커밋
35feb10db2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      testing/regress/hpcc/util/ecl/command.py

+ 2 - 1
testing/regress/hpcc/util/ecl/command.py

@@ -44,7 +44,6 @@ class ECLcmd(Shell):
         server = kwargs.pop('server', False)
         if server:
             args.append('--server=' + server)
-            args.append('-XTargetIP=' + server)
 
         username = kwargs.pop('username', False)
         if username:
@@ -79,6 +78,8 @@ class ECLcmd(Shell):
 
             args = args + eclfile.getStoredInputParameters()
 
+            args.append('-XTargetIP=' + server)
+
             args.append(eclfile.getArchive())
 
         data = ""