Add verify-exercises-in-docker#150
Conversation
|
We will eventually need the test runner enabled for production, see http://forum.exercism.org/t/create-new-track-for-rescript/22606/33 for an example discussion from another track. For now, we can clone This local test runner image can be specified on the command line using |
|
Note that the top level with one solution file and one example file.
with one solution file and one example file. (#151 achieves this for all exercises.) Then we can run bin/verify-exercises-in-docker -i exercism/rexx-test-runner:latest hello-world |
|
The following exercises succeed The following exercises fail |
|
If we use
to build and then merge (in any order)
then we can successfully run In other words, all exercises will now pass the test runner. |
|
cc @ajborla |
This script is originally from generic-track
28cd6ae to
3a5d272
Compare
|
Now updated to allow for mismatch in number of files. For example, with we overwrite now passes even without PR 151. |
7c707bc to
458a0f4
Compare
|
+cc @ajborla |
|
@ajborla Thanks for taking a look! There's a few more PRs in this repo that could use your maintainer-review :) |
|
I haven't been active online for quite a while, now. I will try. I really do want to finish the project and get it live. Many thanks to you guys for keeping this going. |
|
An occasional check on the open PRs would be helpful. No one else can make any progress without the maintainer (you) approving the PRs. |
This script is originally from generic-track