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

tdj_tx
18.04.2006 c0510f0a31132e1e95bc761e85c8d533e1d2f176
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
opends/tests/functional-tests/testcases/runFuncTests.xml 8 ●●●● patch | view | raw | blame | history
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>