Skip to content

Commit

Permalink
Display the test currently executing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgriess committed Dec 5, 2010
1 parent 8f378ae commit edb14f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -9,12 +9,14 @@ all: test test-unix

test:
for f in `ls -1 test/test-*.js | grep -v unix` ; do \
echo $$f ; \
node $$f ; \
done

test-unix:
if [[ -n "$$TEST_UNIX" ]] ; then \
for f in `ls -1 test/test-*.js | grep unix` ; do \
echo $$f ; \
node $$f ; \
done \
fi

0 comments on commit edb14f1

Please sign in to comment.