You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run.sh needs to handle exercises with only one test (#14)
* run.sh needs to handle exercises with only one test
In the case where there is only one test, the Odin test runner outputs "Finished 1 test ...".
The runner script was always expecting the plural "tests".
Fixes#13
* add a test
* turn on shell tracing for debugging
* undo "slimmed" image,
* remove verbose execution from run-tests.sh
0 commit comments