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

andrug
30.28.2008 21ca279be285e13afdbaddc1dae4de073a8442ec
QA: System Test: fix setupDsWithScript
1 files modified
3 ■■■■ changed files
opends/tests/system-tests/phases/shared/functions/opendsadm.xml 3 ●●●● patch | view | raw | blame | history
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>