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

tdj_tx
18.04.2006 f2b0564d43b94408f2fc1636ed8c7097ddb9c6af
I had to move function setOSvariables because it OSName was being clobbered. 
Windows .bat file extentions were not being set properly. This was only
a problem on Windows.
1 files modified
8 ■■■■ changed files
opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml 8 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -52,6 +52,10 @@
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
          file="'%s/security.xml' % (TESTS_FUNCTIONS_DIR)"/>
      <call function="'setOSvariables'">
          { 'hostname' : STAF_REMOTE_HOSTNAME }
      </call>
      <script>
          STAXLogMessage = 1
          SRCFILE = '%s/%s' % (ZIPPATH,ZIPNAME)
@@ -60,10 +64,6 @@
          OSName= STAXResult
      </script>
      <call function="'setOSvariables'">
          { 'hostname' : STAF_REMOTE_HOSTNAME }
      </call>
      <if expr="OSName == 'Win2003'">
        <script>fileExt= 'bat'</script>
      <else>