Skip to content

Conversation

@cjihrig
Copy link
Contributor

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

A few of the child process tests can be simplified by computing
the OS specific root directory in common and then accessing that
value.

@mscdexmscdex added test Issues and PRs related to the tests. child_process Issues and PRs related to the child_process subsystem. labels Jul 12, 2016
@nodejs-github-botnodejs-github-bot removed the child_process Issues and PRs related to the child_process subsystem. label Jul 12, 2016
@silverwind
Copy link
Contributor

LGTM

@santigimeno
Copy link
Member

A few of the child process tests can be simplified by computing the OS specific root directory in common and then accessing that value. PR-URL: nodejs#7685 Reviewed-By: Roman Reiss <[email protected]>
@cjihrigcjihrig merged commit e9bb332 into nodejs:masterJul 14, 2016
@cjihrigcjihrig deleted the rootdir branch July 14, 2016 14:15
evanlucas pushed a commit that referenced this pull request Jul 18, 2016
A few of the child process tests can be simplified by computing the OS specific root directory in common and then accessing that value. PR-URL: #7685 Reviewed-By: Roman Reiss <[email protected]>
@evanlucasevanlucas mentioned this pull request Jul 18, 2016
evanlucas pushed a commit that referenced this pull request Jul 20, 2016
A few of the child process tests can be simplified by computing the OS specific root directory in common and then accessing that value. PR-URL: #7685 Reviewed-By: Roman Reiss <[email protected]>
MylesBorins pushed a commit that referenced this pull request Sep 30, 2016
A few of the child process tests can be simplified by computing the OS specific root directory in common and then accessing that value. PR-URL: #7685 Reviewed-By: Roman Reiss <[email protected]>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
A few of the child process tests can be simplified by computing the OS specific root directory in common and then accessing that value. PR-URL: #7685 Reviewed-By: Roman Reiss <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
A few of the child process tests can be simplified by computing the OS specific root directory in common and then accessing that value. PR-URL: #7685 Reviewed-By: Roman Reiss <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Oct 26, 2016
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.

6 participants

@cjihrig@silverwind@santigimeno@mscdex@MylesBorins@nodejs-github-bot