We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5494e commit 8dbf287Copy full SHA for 8dbf287
judge/judgedaemon.main.php
@@ -1779,7 +1779,7 @@ private function testcaseRunInternal(
1779
1780
foreach ([
1781
'system.out', # Judging system output (info/debug/error)
1782
- 'program.out', 'program.err', # Program output and stderr (for extra information)
+ 'program.out', 'program.err', # Program output and stderr (for extra information)
1783
'program.meta', 'runguard.err', # Metadata and runguard stderr
1784
'compare.meta', 'compare.err' # Compare runguard metadata and stderr
1785
] as $file) {
0 commit comments