Skip to content
Snippets Groups Projects
Commit 0105a068 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Renamed Email ATTACHMENT into Email LOG, because the log can be echo-ed in the message as well.

parent f9ef1a3b
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,7 @@ if hdl_args.run: ...@@ -267,7 +267,7 @@ if hdl_args.run:
run_time = end_time-start_time run_time = end_time-start_time
fp.write('# Email MESSAGE: Total regression test duration: %.1f seconds\n' % run_time) fp.write('# Email MESSAGE: Total regression test duration: %.1f seconds\n' % run_time)
fp.write('# Email ATTACHMENT: %s\n' % logFileNamePath) fp.write('# Email LOG: %s\n' % logFileNamePath)
# Echo the log file # Echo the log file
print '\n\ncat %s:\n' % logFileNamePath print '\n\ncat %s:\n' % logFileNamePath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment