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
Before this change, DOMJudgeReactiveRunner ignores 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 won't fail due to missing diff file. Fixes icpc-jag#102.
- Loading branch information