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>2010-07-03 11:18:16 +0400
committerisaacs <i@izs.me>2010-07-03 11:18:16 +0400
commit90c9ec8ef92b7fc0c173515ebe1afccd3d19d665 (patch)
treeb15ba5ff6d93e6c16011169009a716b079992f67 /test
parent9a5519e7044f09b375b7c04ad27d43b9389adcc7 (diff)
Make test (quietly)
Diffstat (limited to 'test')
-rwxr-xr-xtest/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run.sh b/test/run.sh
index 06c49468e..d0e4823e7 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -44,8 +44,8 @@ main () {
# fake functions
npm () {
"$NPMCLI" --binroot "$TESTDIR/bin" --root "$TESTDIR/root" "$@" \
- # &>output.log \
- # || fail npm "$@"
+ &>output.log \
+ || fail npm "$@"
rm output.log
}
node () {