[autotest] Fix references to test_push log file.
The log file location has changed. Update the reference to it included
in test_push emails.
BUG=chromium:700427
TEST=None
Change-Id: I59d651edf0a3c70ccb8063f1eaab5a1d08a44e61
Reviewed-on: https://chromium-review.googlesource.com/454925
Commit-Ready: Prathmesh Prabhu <pprabhu@chromium.org>
Tested-by: Prathmesh Prabhu <pprabhu@chromium.org>
Reviewed-by: Shuqian Zhao <shuqianz@chromium.org>
diff --git a/site_utils/test_push.py b/site_utils/test_push.py
index 2e77a3d..e8fad4f 100755
--- a/site_utils/test_push.py
+++ b/site_utils/test_push.py
@@ -641,9 +641,9 @@
('Test CLs of the following repos failed. Below are the '
'repos and the corresponding test HEAD.\n\n%s\n\n.'
'Error occurred during test:\n\n%s\n\n'
- 'All logs have been saved to /var/log/test_push.log '
- 'on push master. Detail debugging info can be found at '
- 'go/push-to-prod' %
+ 'All logs have been saved to '
+ '/var/log/test_push/test_push.log on push master. Detail '
+ 'debugging info can be found at go/push-to-prod' %
(updated_repo_msg, str(e)) + '\n'.join(run_suite_output)))
raise
finally: