Skip to content

Commit 584ea8b

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 25a2454 commit 584ea8b

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
@@ -593,7 +593,7 @@ test-known-issues: all
593593

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

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

0 commit comments

Comments
 (0)