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

andrug
04.00.2008 b8ac51c444faac54727ad6dca40c075d34b7f303
opendj-sdk/opends/tests/system-tests/phases/verdict/verdict.xml
@@ -96,11 +96,17 @@
              <!-- parallel process, all variables defined        -->
              <!-- and values set below are local to the sequence -->
              <script>
                instance = topoInstance.getInstanceRef()
              </script>
              <call function="'getLogFileName'">
                { 'type'   : 'instance',
                  'object' : instance,
                  'prefix' : 'verdict'
                }
              </call>
              <script>
                logFile = STAXResult
                
                logName = '%s_%s' % (instance.getHost(),instance.getName())
                logFile = '%s/verdict_%s.xml' % (LOG_XML_TMP_DIR,logName)
                fileList.append(logFile)
                
                cFileFd = open(logFile,'w')