diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index 5064682..1ab0f84 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -187,7 +187,7 @@ Not ready yet. - `comment.pass [string]`: comment to display when passing a test case (default: `"🥳Passed!"`) - `comment.fail [string]`: comment to display when failing a test case (default: `"🧐Failed..."`) -- `forcequit [boolean]`: quit OJ on a failed test case (default: `false` +- `forcequit [boolean]`: quit at the end of the stage if a test case fails (default: `false`) - `output.hide [boolean]`: hide diff output (default: `false`) - `output.ignorespaces [boolean]`: ignore white spaces in diff output (default: `true`) - `score [int]`: score awarded for passing the test case (default: `0`)