Skip to content

Commit

Permalink
Uppercase Checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Mar 15, 2024
1 parent a09c12b commit 09ee232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkbox-ng/plainbox/impl/session/remote_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,14 +769,14 @@ def resume_by_id(self, session_id=None, overwrite_result_dict={}):
if "noreturn" in the_job.get_flag_set():
result_dict["outcome"] = IJobResult.OUTCOME_PASS
result_dict["comments"] = (
"Job crashed the machine or the checkbox agent, "
"Job crashed the machine or the Checkbox agent, "
"automatically marking it as passed after resuming "
"the session because it has the noreturn flag"
)
else:
result_dict["outcome"] = IJobResult.OUTCOME_CRASH
result_dict["comments"] = (
"Job crashed the machine or the checkbox agent, "
"Job crashed the machine or the Checkbox agent, "
"automatically marking it as crashed after resuming "
"the session"
)
Expand Down

0 comments on commit 09ee232

Please sign in to comment.