Explorar o código

Merge pull request #7318 from afishbeck/regressTargetIP

HPCC-13554 Add TargetIP as stored variable for ecl-test case ecl

Reviewed-By: Attila Vamos <attila.vamos@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=10) %!d(string=hai) anos
pai
achega
3f449079a1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      testing/regress/hpcc/util/ecl/command.py

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

@@ -44,6 +44,7 @@ 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: