Skip to content

Commit

Permalink
Do not hide rejection message for invalid cases
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Mar 8, 2024
1 parent 1df58c4 commit dd6de68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def _run_validators(
if expect_rejection:
bar.debug(
message,
data='' if ret.status == ExecStatus.REJECTED else data,
data=data,
color=Fore.GREEN if ret.status == ExecStatus.REJECTED else Fore.YELLOW,
)
else:
Expand Down

0 comments on commit dd6de68

Please sign in to comment.