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

al_xipe
13.36.2007 7f4bbbd1c087dd12d983449c48d0844d5ceb9888
fix for non posix environments
2 files modified
4 ■■■■ changed files
opends/tests/functional-tests/shared/functions/environment.xml 2 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/utils.xml 2 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/environment.xml
@@ -83,7 +83,7 @@
      <!-- Load in any standard python libraries -->
      <script>
        import re
        import posixpath
        import os
        import sys
      </script>
opends/tests/functional-tests/shared/functions/utils.xml
@@ -703,7 +703,7 @@
      <message>'Creating test log %s' % logfile</message>
     
      <script>
        NewLogDir=posixpath.dirname(logfile)
        NewLogDir=os.path.dirname(logfile)
      </script>
      
      <call function="'createFolder'">