julyydev / auto-judge

automatic compilation, execution, and I/O testing of online judge source code
https://www.npmjs.com/package/auto-judge
11 stars 1 forks source link

File names don't recognize spaces #9

Open choyeun opened 3 days ago

choyeun commented 3 days ago

image └─Δ auto-judge.cmd boj 2438 "2438 - 별 찍기.c" ✔ Fetching Success

✖ Compile Failed 🚨 Compile Error gcc: error: -E or -x required when input is from standard input cc1.exe: fatal error: 찍기.c: No such file or directory compilation terminated.


Unable to recognize spaces

choyeun commented 3 days ago

image └─Δ auto-judge.cmd boj 2438 2438.c
✔ Fetching Success

✔ Compile Success

✖ Running Test Case Failed 🚨 Runtime Error Error: Command failed: ./auto_judge_temp/out < auto_judge_temp/input_1.txt '.' is not recognized as an internal or external command, operable program or batch file.