Closed oreinert closed 9 years ago
It would be nice if this PR could also be promoted to testing
fairly quickly.
Uuh, nice, will merge this tonight.
It would be nice if this PR could also be promoted to testing fairly quickly.
Agreed. I'll merge the current testing into master in a week I think, so far there have been no problems.
Great!
Hmm, looking at this I'm beginning to think that we don't need any symlinks at all.
We could just export $HOMESHICK_DIR
with the parent path of $TESTDIR
.
If what you mean is export HOMESHICK_DIR=${HOMESHICK_DIR:-$(dirname $TESTDIR)}
, then yes, in principle. But in many places it seems $HOMESICK/repos/homeshick
is assumed to work, so some cleanup is needed for it to work properly. That could be my next PR. :-) (Or perhaps you'd like to do it yourself?)
Use of symlinks removed - it was easier than I expected.
Aaaw yisss. Now that is a sexy PR - more code removed than added :-) Merging...
Update: I just merged in to master :-)
Cool! Thanks for the update. Btw, yes, I agree that removing code is almost even more pleasing than writing it. :-)
On 02.05.2015, at 09:39, Anders Ingemann notifications@github.com wrote:
Update: I just merged in to master :-)
— Reply to this email directly or view it on GitHub.
This allows running detached tests (i.e., the test cases do not have to be co-located with the homeshick instance under test), like this: $ HOMESHICK_DIR=/usr/share/homeshick bats test/suites/
This PR is a follow-up to #138.