Skip to content

Commit 069123b

Browse files
committed
Make the log index file link more noticeable in test output
1 parent e751b2d commit 069123b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/plugins/s3_logging_plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def afterTest(self, test):
3636
uploaded_files.append(logfile_name)
3737
s3_bucket.save_uploaded_file_names(uploaded_files)
3838
index_file = s3_bucket.upload_index_file(test.id(), guid)
39-
print "Log files uploaded: %s" % index_file
40-
logging.error("Log files uploaded: %s" % index_file)
39+
print "\n\n*** Log files uploaded: ***\n%s\n" % index_file
40+
logging.error("\n\n*** Log files uploaded: ***\n%s\n" % index_file)
4141

4242
# If the database plugin is running, attach a link
4343
# to the logs index database row

0 commit comments

Comments
 (0)