Skip to content

Commit

Permalink
Don't ignore stdout by default (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Mar 7, 2020
1 parent e6fdef1 commit 74f8aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge/testplan.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def _get_evaluator(output: Union[OutputChannel, AnyChannelState])\
class Output(WithFeatures):
"""The output channels for a testcase."""

stdout: TextOutput = IgnoredChannelState.IGNORED
stdout: TextOutput = NoneChannelState.NONE
stderr: TextOutput = NoneChannelState.NONE
file: Union[FileOutputChannel, IgnoredChannelState]\
= IgnoredChannelState.IGNORED
Expand Down

0 comments on commit 74f8aa7

Please sign in to comment.