Run tests in the project dir instead of temp dir in run-tests.sh#39
Conversation
|
Hello 👋 Thanks for your PR. This repo does not currently have dedicated maintainers. Our guardians team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed. If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track. Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum. (cc @exercism/guardians) |
|
What's the rationale for avoiding a temp dir? Why would you want this change? |
Do you think it's worth keeping as-is? |
I think it's worth having the justification in the commit description ;) The copy/paste and directory create/delete is very low impact/cost. Having those in there isn't a big deal. But it's also entirely fine to clean them up if they're not needed. Given that it's not obvious what the benefit of this PR is, it's nice to take a moment to fill in the PR with the reasoning for future readers. |
|
https://exercism.org/docs/building/tooling/test-runners/interface says
|
Do you think it makes sense to revert this PR commit? |
|
@IsaacG pinging you in case you missed the last message |
Yes. |
* Revert "Run tests in the project dir instead of temp dir in run-tests.sh (#39)" This reverts commit b76757d. * refactor run-tests.sh * Revert "refactor run-tests.sh" This reverts commit 665f98d. * update comment * Revert "update comment" This reverts commit 3029fa6. * Reapply "refactor run-tests.sh" This reverts commit 7f56f3b. * exit on first failure * Revert "exit on first failure" This reverts commit 632a230. * reapply refs * remove redundant comma
No description provided.