Browse Source

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 years ago
parent
commit
35feb10db2
1 changed files with 2 additions and 1 deletions
  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 = ""