Don't print the internal logs on the bot
Change-Id: Ie45ae6fa210192468bc13dc8483bac34812968b0
diff --git a/tools/internal_test.py b/tools/internal_test.py
index 7d15b24..4de0b8e 100755
--- a/tools/internal_test.py
+++ b/tools/internal_test.py
@@ -224,7 +224,8 @@
delete_magic_file(TESTING_COMPLETE)
log('Test status is: %s' % test_status)
if test_status != '0':
- fetch_and_print_logs(git_hash)
+ print('Tests failed, you can print the logs by running(googlers only):')
+ print(' tools/internal_tests.py --print_logs %s' % git_hash)
return 1
def run_continuously():