Skip to content

Commit

Permalink
Added some more printing to test/runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 21, 2012
1 parent 3a18fb5 commit 464bfc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runner
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ log() {
log "Running tests under $SHELL ..."

for test in $(dirname $0)/*_test.sh; do
log "Running $test ..."
$SHELL $test
echo
done

0 comments on commit 464bfc2

Please sign in to comment.