briefer test runner output

This commit is contained in:
Jeremy Ashkenas 2010-03-21 10:18:23 -04:00
parent 4ec79732f1
commit ce7c0d176b
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ task 'test', 'run the CoffeeScript language test suite', ->
files.forEach (file) ->
return unless file.match(/\.coffee$/i)
source: path.join 'test', file
print " " + source + " ... "
print " $file "
code = fs.readFileSync source
try
CoffeeScript.run code, {source: source}