openHPI / codeocean

CodeOcean is an automated assessment tool for web-based coding exercises
BSD 3-Clause "New" or "Revised" License
64 stars 27 forks source link

Exercise execution ignores file path #221

Closed jgraichen closed 5 years ago

jgraichen commented 6 years ago

When I run a (main) file located in a directory I'd expect the file to be run. Instead the file (usually) not found.

The path seems to be completely ignored. If the file to be run is e.g. bin/tasks.rb, CodeOcean tries to run the file tasks.rb, which, usually, not exists.

rteusner commented 5 years ago

We fixed it here: https://github.com/openHPI/codeocean/pull/223