Skip to content

Commit

Permalink
test: do not run test-corepack-yarn-install with no internet
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aduh95 authored and BethGriggs committed Sep 21, 2021
1 parent a8c99d9 commit ec94bec
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -54,6 +54,7 @@ function handleExit(error, stdout, stderr) {
const signalCode = error ? error.signal : null;

if (code !== 0) {
process.stdout.write(stdout);
process.stderr.write(stderr);
}

Expand Down

0 comments on commit ec94bec

Please sign in to comment.