Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2020-12-03 20:13:08 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-12-15 01:50:12 +0300
commit752991d27dcae654ba1ce6b2a637e27b21c1426b (patch)
treebd09a02d9e89889eea11d2388d801896a49b2327 /Makefile
parent04e54189348d0ec7b68947d90496f12d71b2479c (diff)
build: fix make test-npm
Fixes running npm tests with `make test-npm` PR-URL: https://github.com/nodejs/node/pull/36369 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c95b7f8904..4a6e59536bb 100644
--- a/Makefile
+++ b/Makefile
@@ -593,7 +593,7 @@ test-known-issues: all
# Related CI job: node-test-npm
test-npm: $(NODE_EXE) ## Run the npm test suite on deps/npm.
- $(NODE) tools/test-npm-package --install --logfile=test-npm.tap deps/npm test-node
+ $(NODE) tools/test-npm-package --install --logfile=test-npm.tap deps/npm test
test-npm-publish: $(NODE_EXE)
npm_package_config_publishtest=true $(NODE) deps/npm/test/run.js