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

Gary Williams
02.19.2011 bdcf596d8c73556eb2c1f0a417a68aa7141f8bef
avoid namingError when using rejects file in import tests
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/tests/staf-tests/shared/functions/dsadm.xml 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/staf-tests/shared/functions/dsadm.xml
@@ -944,8 +944,8 @@
          STAFCmdParamsList.append('--skipFile %s' % skipFile)
        if  rejectFile:
          if not os.path.exists(os.path.dirname(skipFile)):
            os.makedirs(os.path.dirname(skipFile))
          if not os.path.exists(os.path.dirname(rejectFile)):
            os.makedirs(os.path.dirname(rejectFile))
          STAFCmdParamsList.append('-R %s' % rejectFile)