From d9547ad5eadcf1ed39a518afba62850fbaa6cd93 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sun, 26 Nov 2023 15:00:59 +0100 Subject: [PATCH] use 'test result' rather than 'testing' in status table in PR comment --- eessi_bot_job_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi_bot_job_manager.py b/eessi_bot_job_manager.py index afe41a5f..4830c1e3 100644 --- a/eessi_bot_job_manager.py +++ b/eessi_bot_job_manager.py @@ -585,7 +585,7 @@ def process_finished_job(self, finished_job): dt = datetime.now(timezone.utc) - comment_update += f"\n|{dt.strftime('%b %d %X %Z %Y')}|tested|" + comment_update += f"\n|{dt.strftime('%b %d %X %Z %Y')}|test result|" comment_update += f"{comment_description}|" # obtain id of PR comment to be updated (from file '_bot_jobID.metadata')