|
@@ -375,7 +375,7 @@ export function timedRun(path: string, tcName: string, timeout: number){
|
|
|
closeSync(currentFd);
|
|
|
|
|
|
let checker_path = get_checker_path();
|
|
|
- let checker_result = child_process.spawnSync(checker_path, [tcInput, tcCurrent, tcOutput]);
|
|
|
+ let checker_result = child_process.spawnSync(checker_path, [tcInput, tcOutput, tcCurrent]);
|
|
|
|
|
|
if (checker_result.status !== 0){
|
|
|
return new TestcaseResult(Veredict.WA);
|