DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
712 stars 250 forks source link

Record testcase directory in judging runs. #2324

Closed meisterT closed 6 months ago

meisterT commented 6 months ago

This makes it much easier to find out where to go for debugging.

Fixes #2059.

Example: image

Clicking the copy/paste icon copies the full path.

meisterT commented 6 months ago

This is an alternative to https://github.com/DOMjudge/domjudge/pull/2211

eldering commented 6 months ago

Fine by me, lets see which one @eldering wants.

I think this solution is better than #2211 : both in the place/way the information is displayed and also by taking the actual directory from the judgehost instead of depending on configure/build time variables.