From e578f8cbc3891943f21c48c064bb45db0c14a66f Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Thu, 3 Dec 2020 12:13:08 -0500 Subject: [PATCH] build: fix make test-npm Fixes running npm tests with `make test-npm` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0d451a62e4d90..102940add2ed42 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