QA: System Test: display relative path for outfile in report (instead of absolute path)
| | |
| | | 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' % \ |
| | |
| | | <call function="'writeMessage'"> |
| | | { |
| | | 'content' : 'Client outPuts', |
| | | 'xlink' : outFile, |
| | | 'xlink' : outFileRelativePath, |
| | | 'fileFd' : fileFd |
| | | } |
| | | </call> |