Skip to content

Commit

Permalink
clarify comments on tests
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <[email protected]>
  • Loading branch information
trz42 and boegel authored Nov 26, 2023
1 parent ac62352 commit b279e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi_bot_job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def process_finished_job(self, finished_job):
# check if _bot_jobJOBID.test exits
# TODO if not found, assume test was not run (or failed, or ...) and add
# a message noting that ('not tested' + 'test suite not run or failed')
# --> 'bot: test [FILTERs]' command runs tests when filter matches
# --> bot/test.sh and bot/check-test.sh scripts are run in job script used by bot for 'build' action
job_test_file = f"_bot_job{job_id}.test"
job_test_file_path = os.path.join(new_symlink, job_test_file)
job_tests = self.read_job_test(job_test_file_path)
Expand Down

0 comments on commit b279e1d

Please sign in to comment.