Skip to content

Commit

Permalink
Improve grading of print-your-name
Browse files Browse the repository at this point in the history
  • Loading branch information
CAS-ual-TY committed Oct 10, 2022
1 parent 25ccf73 commit 7fe989b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grader/self.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def check_self_compilation(mandatory=False) -> List[Check]:


def check_print_your_name() -> List[Check]:
return check_execution('./selfie -c selfie.c -m 1',
return check_execution('./selfie -c selfie.c',
'selfie prints first and second name',
success_criteria=lambda code, out: contains_name(out))

Expand Down

0 comments on commit 7fe989b

Please # to comment.