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

[WIP] stdio option handling #36

Closed

Conversation

jamestalmage
Copy link
Contributor

Fixes #24.

I've only written an options helper method. Not integrated into index.js yet. Started this before #27, and it's backburnered until we get some of the remaining issues from that PR resolved. I'll pick this back up once we've made progress on those.

t.regex(err.message, /stdout/);
});

test('execa.shell()', async t => {
const {stdout} = await m.shell('node fixtures/noop foo');
const {stdout} = await m.shell('node ../fixtures/noop foo');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required because: avajs/ava#32 (comment)

@SamVerschueren
Copy link
Contributor

Is there any way I could take over this PR? Or should @jamestalmage give me write access to his repository?

@sindresorhus
Copy link
Owner

@SamVerschueren Just create a new branch in this repo, cherrypick his commit, do your changes, and open a new PR.

@jamestalmage
Copy link
Contributor Author

Closing in favor of #80

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.

Better stdio option.
3 participants