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

andrug
30.31.2008 b1c9df100c75f0e32dae414faa95f5a1fa6d04ca
QA: System Test: display relative path for outfile in report (instead of absolute path)
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/scheduler/scheduler.xml
@@ -721,6 +721,7 @@
        logFileDetailsRelativePath = logFileDetails.replace(LOG_DIR,'.')
        fileFdDetails = open(logFileDetails,'w')
        outFile = '%s/%s.txt' % (client.getLogDir(),logFileDetailsName)
        outFileRelativePath = outFile.replace(LOG_DIR,'.')
      </script>
      <message>
        '   Start run for %s (id=%s) running on %s' % \
@@ -753,7 +754,7 @@
      <call function="'writeMessage'">
      { 
        'content' : 'Client outPuts',
        'xlink'   : outFile,
        'xlink'   : outFileRelativePath,
        'fileFd'  : fileFd
      }
      </call>