Skip to content

Commit

Permalink
Add explanation of i_validator [arguments], specify source of o_valid…
Browse files Browse the repository at this point in the history
…ator args
  • Loading branch information
JoelNiemela authored and niemela committed Aug 19, 2024
1 parent 993e2ea commit 0b369bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/2023-07-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,8 @@ The validator should be possible to use as follows on the command line:
<input_validator_program> [arguments] < inputfile
```

Here, `arguments` is the `input_validator_args`.

### Output

The input validator may output debug information on stdout and stderr.
Expand Down Expand Up @@ -968,7 +970,7 @@ The meaning of the parameters listed above are:
so that simply appending a filename to feedback_dir gives the path to a file in the feedback directory.

- additional_arguments:
in case the problem specifies additional validator_args, these are passed as additional arguments to the validator on the command line.
in case the test case specifies `output_validator_args`, these are passed as additional arguments to the validator on the command line.

- team_output:
the output produced by the program being validated is given on the validator's standard input pipe.
Expand Down

0 comments on commit 0b369bd

Please sign in to comment.