Skip to content
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

Fix test script to run on Windows #17

Merged
merged 1 commit into from
Nov 25, 2013

Conversation

juandopazo
Copy link
Contributor

Windows had some trouble getting to the Istanbul CLI and finding the right Mocha script. This variation of the test script should work on all platforms.

Windows had some trouble getting to the Istanbul CLI and finding the
right Mocha script. This variation of the test script should work on all
platforms
@caridy
Copy link
Contributor

caridy commented Nov 21, 2013

+1

@ericf
Copy link
Collaborator

ericf commented Nov 25, 2013

Won't this require Istanbul to be installed globally? Also will this work in CI on Screwdriver?

@caridy
Copy link
Contributor

caridy commented Nov 25, 2013

node will rely on node_modules/.bin/* to search for available command before looking up for global commands. we should be fine in SD as well.

ericf added a commit that referenced this pull request Nov 25, 2013
Fix test script to run on Windows
@ericf ericf merged commit 17ee4b3 into YahooArchive:master Nov 25, 2013
@ericf
Copy link
Collaborator

ericf commented Nov 25, 2013

Yeah it worked fine on Screwdriver. I'll now merge the other ones.

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

Successfully merging this pull request may close these issues.

3 participants