mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
briefer test runner output
This commit is contained in:
parent
4ec79732f1
commit
ce7c0d176b
1 changed files with 1 additions and 1 deletions
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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue