Skip to content

Commit ec94bec

Browse files
aduh95BethGriggs
authored andcommittedSep 21, 2021
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/parallel/test-corepack-yarn-install.js ‎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)
Please sign in to comment.