-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autograding. Error message: 795: unexpected token at '---' #153
Labels
Comments
I can reproduce this problem as well; the localDocker call seems to work fine with an autograding image built on ubuntu 14.04, but not on 18.04 here are a few more details:
to reproduce:
This command works fine for me on a 14.04 image, and produces no output on a 18.04 image
This produces correct output for both images. |
mtoupsUNO
added a commit
to mtoupsUNO/Tango
that referenced
this issue
May 30, 2019
Merged
fanpu
added a commit
that referenced
this issue
Jul 6, 2020
Merged
victorhuangwq
added
Status: In Progress
Type: Bug
and removed
bug
Status: In Progress
labels
Jul 8, 2020
Confirming that this works |
Fix now in master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
AutoGrading a quiz with a ruby script and localDocker
Expected Behavior
Autodriver ouput writed correctly
Actual Behavior
Ruby
puts
output isn' writtedPossible solution
In https://github.com/autolab/Tango/blob/master/vmms/localDocker.py#L141, use
autolab > output/feedback 2>&1
insteadautolab &> output/feedback
The text was updated successfully, but these errors were encountered: