Skip to content

test: refactor test-stdin-from-file - #10331

Closed
radelmann wants to merge 1 commit into
nodejs:masterfrom
radelmann:test-stdin-from-file.js
Closed

test: refactor test-stdin-from-file#10331
radelmann wants to merge 1 commit into
nodejs:masterfrom
radelmann:test-stdin-from-file.js

Conversation

@radelmann

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

test

Description of change
  • Remove console.log() statement.
  • Replace error check with assert.ifError().

@nodejs-github-botnodejs-github-bot added test Issues and PRs related to the tests. lts-watch-v6.x labels Dec 19, 2016
@mscdexmscdex added the process Issues and PRs related to the process subsystem. label Dec 19, 2016
Remove console.log statement. Replace error check with assert.ifError().
@radelmann

Copy link
Copy Markdown
ContributorAuthor

bump

@jasnell

Copy link
Copy Markdown
Member

@jasnelljasnell self-assigned this Dec 23, 2016
@italoacasas

Copy link
Copy Markdown

@jasnell are u going to land this ?

@jasnell

Copy link
Copy Markdown
Member

Yeah, have just been catching up on things.. appreciate the ping!

jasnell pushed a commit that referenced this pull request Dec 29, 2016
Remove console.log statement. Replace error check with
assert.ifError().
PR-URL: #10331
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in 407c1ad

@jasnelljasnell closed this Dec 29, 2016
@evanlucasevanlucas mentioned this pull request Jan 3, 2017
evanlucas pushed a commit that referenced this pull request Jan 3, 2017
Remove console.log statement. Replace error check with
assert.ifError().
PR-URL: #10331
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
evanlucas pushed a commit that referenced this pull request Jan 4, 2017
Remove console.log statement. Replace error check with
assert.ifError().
PR-URL: #10331
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jan 23, 2017
Remove console.log statement. Replace error check with
assert.ifError().
PR-URL: #10331
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jan 23, 2017
Remove console.log statement. Replace error check with
assert.ifError().
PR-URL: #10331
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jan 24, 2017
Remove console.log statement. Replace error check with
assert.ifError().
PR-URL: #10331
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jan 24, 2017
Remove console.log statement. Replace error check with
assert.ifError().
PR-URL: #10331
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This was referenced Jan 24, 2017
MylesBorins pushed a commit that referenced this pull request Jan 31, 2017
Remove console.log statement. Replace error check with
assert.ifError().
PR-URL: #10331
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Feb 1, 2017
Remove console.log statement. Replace error check with
assert.ifError().
PR-URL: #10331
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

processIssues and PRs related to the process subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@radelmann@jasnell@italoacasas@lpinca@cjihrig@mscdex@MylesBorins@nodejs-github-bot