dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 5 forks source link

Better escape command line arguments #481

Closed niknetniko closed 10 months ago

niknetniko commented 10 months ago

Instead of using shlex.quote and then manually joining commands, use shlex.join, which has better results, especially for flags and other options.

Fix #480.

pdawyndt commented 9 months ago

Good job! This definitely results in a much cleaner feedback table for this students.