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

andrug
30.31.2008 8fec28f8c7695a73ed273ec68632842e394c54b3
QA: System Test: display relative path for outfile in report (instead of absolute path)
1 files modified
3 ■■■■ changed files
opends/tests/system-tests/phases/scheduler/scheduler.xml 3 ●●●● patch | view | raw | blame | history
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>