Browse Source

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 10 years ago
parent
commit
3f449079a1
1 changed files with 1 additions and 0 deletions
  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: