Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec94bec

Browse filesBrowse files
aduh95BethGriggs
authored andcommitted
test: do not run test-corepack-yarn-install with no internet
PR-URL: #40090 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent a8c99d9 commit ec94bec
Copy full SHA for ec94bec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎…t/parallel/test-corepack-yarn-install.js‎ ‎…t/internet/test-corepack-yarn-install.js‎test/parallel/test-corepack-yarn-install.js renamed to test/internet/test-corepack-yarn-install.js test/parallel/test-corepack-yarn-install.js renamed to test/internet/test-corepack-yarn-install.js

Copy file name to clipboardExpand all lines: test/internet/test-corepack-yarn-install.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function handleExit(error, stdout, stderr) {
5454
const signalCode = error ? error.signal : null;
5555

5656
if (code !== 0) {
57+
process.stdout.write(stdout);
5758
process.stderr.write(stderr);
5859
}
5960

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.