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 new pstree consumption #1470

Merged
merged 3 commits into from
Nov 27, 2018
Merged

Fix new pstree consumption #1470

merged 3 commits into from
Nov 27, 2018

Conversation

remy
Copy link
Owner

@remy remy commented Nov 27, 2018

Fixes #1463
Fixes #1469
Fixes #1464

@@ -9,7 +9,7 @@ const filenames = [
[__dirname + 'some\ \\file', '#!/bin/sh\necho "OK"'],
];

if (!process.env.TRAVIS && process.platform === 'darwin') {
if (false && !process.env.TRAVIS && process.platform === 'darwin') {

Choose a reason for hiding this comment

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

I assume this is not intended to stay… 😉

Copy link
Owner Author

Choose a reason for hiding this comment

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

I'm going to remove those tests altogether. They don't run in travis (intentionally) and they're messing with local tests. The tests will pass and fail at random on a mac, so they're not doing their job properly.

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.

2 participants