mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
briefer test runner output
This commit is contained in:
2
Cakefile
2
Cakefile
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user