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
path: root/test
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-01-25 04:52:19 +0300
committerisaacs <i@izs.me>2011-01-25 04:52:19 +0300
commit41c8065abf09f1b87ea2cf46248a006ed4fa3261 (patch)
tree294d9b0b9643c66973847cdd88729eb59017b1e0 /test
parenta50e3ed3969a0539f879fb80393d5b8d6a53f1d3 (diff)
Colorize the tests
Diffstat (limited to 'test')
-rwxr-xr-xtest/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run.sh b/test/run.sh
index b6910f96c..54246606b 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -116,6 +116,7 @@ cleanup () {
export npm_config_root="$ROOTDIR"
export npm_config_binroot="$BINDIR"
export npm_config_manroot="$MANDIR"
+export npm_config_color="always"
export PATH="$PATH":"$BINDIR"
export NODE_PATH="$ROOTDIR"