Skip to content
Snippets Groups Projects
Commit ea392583 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Changed log name in tester email.

parent e1bc0754
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ Content-transfer-encoding: utf-8 ...@@ -185,7 +185,7 @@ Content-transfer-encoding: utf-8
recipients=recipients, recipients=recipients,
status='OK' if exit_code == 0 else 'KO', status='OK' if exit_code == 0 else 'KO',
date=now.strftime('%Y-%m-%d %H:%M:%S'), date=now.strftime('%Y-%m-%d %H:%M:%S'),
log_name='results_' + now.strftime('%Y-%m-%d_%H-%M-%S') + '.txt', log_name='results_%s_%s.txt' % (hostname, now.strftime('%Y-%m-%d_%H-%M-%S')),
report=html_report, report=html_report,
log_content=log_content, log_content=log_content,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment