Skip to content

test: add common.rootDir - #7685

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:rootdir
Jul 14, 2016
Merged

test: add common.rootDir#7685
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:rootdir

Conversation

@cjihrig

Copy link
Copy Markdown
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
Copy Markdown
Contributor

LGTM

@santigimeno

Copy link
Copy Markdown
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 <me@silverwind.io>
@cjihrig
cjihrig merged commit e9bb332 into nodejs:masterJul 14, 2016
@cjihrig
cjihrig 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 <me@silverwind.io>
@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 <me@silverwind.io>
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 <me@silverwind.io>
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 <me@silverwind.io>
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 <me@silverwind.io>
@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