mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
30.28.2008 7e444a59ae2e1f7a7ffb2dfc6e1abdd3e9021998
QA: System Test: fix setupDsWithScript
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/tests/system-tests/phases/shared/functions/opendsadm.xml 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/shared/functions/opendsadm.xml
@@ -134,7 +134,7 @@
        
        # define environment variables
        env = []
        env.append('PATH=/bin:/usr/bin:%s' % dsBinPath)
        env.append('PATH=/bin:/usr/bin:%s' % dsPath)
        env.append('JAVA_HOME=%s' % JAVA_HOME)
        env.append('OPENDS_JAVA_HOME=%s' % JAVA_HOME)
        
@@ -192,6 +192,7 @@
          'command'   : STAFCmd,
          'arguments' : STAFCmdParams,
          'path'      : dsPath,
          'env'       : env,
          'fileFd'    : fileFd
        }
      </call>