[Tip] If the result of make test
doesn't change even if you change the solution
#752
Replies: 9 comments
-
Temporarily, you can edit |
Beta Was this translation helpful? Give feedback.
-
Hi Murad, I don't understand what you mean. It works well in my implementation.
|
Beta Was this translation helpful? Give feedback.
-
@KihongHeo |
Beta Was this translation helpful? Give feedback.
-
@ICubE- can you here write down your sequence of commands and error messages? or diagnostics? |
Beta Was this translation helpful? Give feedback.
-
@KihongHeo without Sequences: make test
# test case doesn't pass
# so I change to code, now it's correct
make test
# test still doesn't pass because it used files generated on the previous invocation |
Beta Was this translation helpful? Give feedback.
-
Hi, We just solved this problem and updated the homework template. make test
# test case doesn't pass
# change the code correctly
make test
# test case pass Additionally, this problem has no effect on grading. Thanks. |
Beta Was this translation helpful? Give feedback.
-
@sujin0529 can you also share the patch to update existing homework repos? Thanks. |
Beta Was this translation helpful? Give feedback.
-
@m-spitfire
Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thanks, @sujin0529. I'll keep this issue open till the end of HW1 for anyone who faces the same problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Murad Bashirov
Run
make clean
or delete the files in_build/default/test/*.output
then re-run the test command, for some reason dune doesn't re-run the command to re-generate the output files to check diff, but uses the old files.Beta Was this translation helpful? Give feedback.
All reactions