Skip to content

_test/bootstrap.sh should use _test/dependencies.txt #175

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

Closed
petertseng opened this issue Jul 3, 2016 · 0 comments
Closed

_test/bootstrap.sh should use _test/dependencies.txt #175

petertseng opened this issue Jul 3, 2016 · 0 comments

Comments

@petertseng
Copy link
Member

Thanks to #159, we have a list of dependencies of each exercise. But _test/bootstrap.sh still has a hard-coded list, which could fall out of date. We shouldn't have to maintain two lists of dependencies. Since _test/depdendencies.txt is the canonical source, then _test/bootstrap.sh should use it!

rbasso pushed a commit that referenced this issue Jul 3, 2016
* bootstrap: Use dependencies.txt to list packages

Thanks to #159, we have a list of dependencies of each exercise. We
should replace the current hard-coded list in `bootstrap.sh` with one
inferred from `dependencies.txt`.

Closes #175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant