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

al_xipe
16.50.2007 e6f248d9bc26387e2b96c164cd9aa6b8959151f6
opends/tests/functional-tests/testcases/runFuncTests.xml
@@ -62,8 +62,8 @@
        DSTFILE = '%s/%s' % (TMPDIR,ZIPNAME) 
        OPENDS_BINPATH = '%s/%s/bin' % (DIRECTORY_INSTANCE_DIR,OPENDSNAME) 
        OSName= STAXResult
        winPattern=re.compile('win*', re.IGNORECASE)
        isWindows=winPattern.match(OSName)
        winPattern=re.compile('win', re.IGNORECASE)
        isWindows=winPattern.search(OSName)
        if isWindows:
          fileExt='.bat'
        else: