Skip to content

Commit 3423065

Browse files
committed
Removing out of date testing cruft
1 parent 3298c9c commit 3423065

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Cakefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,9 @@ runTests = (CoffeeScript) ->
206206
log "failed #{failures.length} and #{message}", red
207207
for fail in failures
208208
{error, filename, description, source} = fail
209-
jsFilename = filename.replace(/\.coffee$/,'.js')
210-
match = error.stack?.match(new RegExp(fail.file+":(\\d+):(\\d+)"))
211-
match = error.stack?.match(/on line (\d+):/) unless match
212-
[match, line, col] = match if match
213209
console.log ''
214210
log " #{description}", red if description
215211
log " #{error.stack}", red
216-
log " #{jsFilename}: line #{line ? 'unknown'}, column #{col ? 'unknown'}", red
217212
console.log " #{source}" if source
218213
return
219214

0 commit comments

Comments
 (0)