Skip to content

Conversation

@bnoordhuis
Copy link
Member

Scan the child process's stderr for an 'unknown flag' error message and
mark the test as skipped if found.

Fixes: #3927

R=@Trott? /cc @kapouer

CI: https://ci.nodejs.org/job/node-test-pull-request/963/

@bnoordhuisbnoordhuis added the test Issues and PRs related to the tests. label Dec 8, 2015
@Trott
Copy link
Member

Trott commented Dec 9, 2015

LGTM if CI and @kapouer are happy with it

CI: https://ci.nodejs.org/job/node-test-commit/1397/

Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: nodejs#3927 PR-URL: nodejs#4204 Reviewed-By: Rich Trott <[email protected]>
@bnoordhuisbnoordhuis deleted the fix3927 branch December 9, 2015 19:17
@bnoordhuisbnoordhuis merged commit 1e89830 into nodejs:masterDec 9, 2015
@bnoordhuis
Copy link
MemberAuthor

Thanks, landed in 1e89830. One failure which is tracked in #4206.

bnoordhuis added a commit that referenced this pull request Dec 15, 2015
Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: #3927 PR-URL: #4204 Reviewed-By: Rich Trott <[email protected]>
@rvaggrvagg mentioned this pull request Dec 17, 2015
bnoordhuis added a commit that referenced this pull request Dec 30, 2015
Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: #3927 PR-URL: #4204 Reviewed-By: Rich Trott <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jan 19, 2016
Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: #3927 PR-URL: #4204 Reviewed-By: Rich Trott <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jan 19, 2016
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
Scan the child process's stderr for an 'unknown flag' error message and mark the test as skipped if found. Fixes: nodejs#3927 PR-URL: nodejs#4204 Reviewed-By: Rich Trott <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@bnoordhuis@Trott@MylesBorins