Skip to content

Commit 5de7e64

Browse files
ruyadornotargos
authored andcommitted
build: fix make test-npm
Fixes running npm tests with `make test-npm` PR-URL: #36369 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent e113035 commit 5de7e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ test-known-issues: all
592592

593593
# Related CI job: node-test-npm
594594
test-npm: $(NODE_EXE) ## Run the npm test suite on deps/npm.
595-
$(NODE) tools/test-npm-package --install --logfile=test-npm.tap deps/npm test-node
595+
$(NODE) tools/test-npm-package --install --logfile=test-npm.tap deps/npm test
596596

597597
test-npm-publish: $(NODE_EXE)
598598
npm_package_config_publishtest=true $(NODE) deps/npm/test/run.js

0 commit comments

Comments
 (0)