Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Make test (quietly)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 3, 2010
1 parent 9a5519e commit 90c9ec8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -26,4 +26,7 @@ doc: man $(docs)
man/%.1: doc/%.md man/%.1: doc/%.md
ronn --roff --pipe $< > $@ ronn --roff --pipe $< > $@


.PHONY: install install-stable link doc clean uninstall test:
./test/run.sh

.PHONY: install install-stable link doc clean uninstall test
4 changes: 2 additions & 2 deletions test/run.sh
Expand Up @@ -44,8 +44,8 @@ main () {
# fake functions # fake functions
npm () { npm () {
"$NPMCLI" --binroot "$TESTDIR/bin" --root "$TESTDIR/root" "$@" \ "$NPMCLI" --binroot "$TESTDIR/bin" --root "$TESTDIR/root" "$@" \
# &>output.log \ &>output.log \
# || fail npm "$@" || fail npm "$@"
rm output.log rm output.log
} }
node () { node () {
Expand Down

0 comments on commit 90c9ec8

Please sign in to comment.