summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b40837b81..98a4c1b53c 100644
--- a/Makefile
+++ b/Makefile
@@ -432,7 +432,7 @@ test-known-issues: all
$(PYTHON) tools/test.py known_issues
test-npm: $(NODE_EXE)
- NODE=$(NODE) tools/test-npm.sh
+ $(NODE) tools/test-npm-package --install --logfile=test-npm.tap deps/npm test-node
test-npm-publish: $(NODE_EXE)
npm_package_config_publishtest=true $(NODE) deps/npm/test/run.js