X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=e1f5a09c622ab36d81445c046e5e29713d91ac10;hb=5596eeb1810b8afa9170069bde38fc20e395085c;hp=d4106a555e6c1110d16b8a64b94d9edb4a00f38f;hpb=2b8a184b830b6e0220c4db6a066debfc857752dc;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index d4106a5..e1f5a09 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,6 +2,7 @@ # For running on Mike's local install of node.js MIKE = PATH=$$PATH:/usr/local/lib/node-v0.10.24-linux-x64/bin +NPM_INSTALL_FLAGS=-q all: check @@ -31,7 +32,7 @@ jsbeautifier jsb indent: node-modules: node_modules node_modules: - npm install jQuery xmlhttprequest jsdom request jasmine-node + npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node help: @echo "make [ all | check | clean | distclean ]"