Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/common-tap.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common-tap.js b/test/common-tap.js
index 915910a9c..86144c7c9 100644
--- a/test/common-tap.js
+++ b/test/common-tap.js
@@ -12,6 +12,7 @@ var path = require('path')
var port = exports.port = 1337
exports.registry = 'http://localhost:' + port
process.env.npm_config_loglevel = 'error'
+process.env.npm_config_progress = 'false'
var npm_config_cache = path.resolve(__dirname, 'npm_cache')
process.env.npm_config_cache = exports.npm_config_cache = npm_config_cache