Skip to content

Commit

Permalink
Clarify pytest log message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Feb 25, 2025
1 parent 15d8674 commit ff30b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-ci/slack_payload_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def add_pytest_log_section(self):
"type": "section",
"text": {
"type": "mrkdwn",
"text": f"The pytest logs are stored for 7 days at: `daq.fnal.gov:{self.pytest_log_dir}`.\n"
"text": f"The pytest logs for these tests will be stored for 7 days at: `daq.fnal.gov:{self.pytest_log_dir}`.\n"
"You can also download logs from the 'Full report' link above."
}
})
Expand Down

0 comments on commit ff30b1b

Please # to comment.