Skip to content

Commit 3101c09

Browse files
aduh95nodejs-github-bot
authored andcommitted
test: do not run test-corepack-yarn-install with no internet
PR-URL: #40090 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 2b080cb commit 3101c09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)