Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling output file in DOMjudge reactive problem
Previously, DOMJudgeReactiveRunner ignored output file because reactive problems don't usually have output, and interactor don't use it. However, when packing zip to upload, diff file is mandatory, so even though it just creates an empty file, DOMJudgeReactiveRunner should make sure diff file is created so that later pack and upload would succeed. Fixes icpc-jag#102.
- Loading branch information