Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
removed too verbose test announce
Browse files Browse the repository at this point in the history
  • Loading branch information
ubunatic committed Aug 22, 2011
1 parent a3b1e10 commit bd6f7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .hotcoffee/src/compile.co
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ build = (task, buildfiles = []) ->
# console.error "#{path2edit(file.srcFile)}:#{pad} Unexpected compile error:\n #{ error.message }", error

runTest = (file) ->
console.log "running test: #{file}"
# console.log "running test: #{file}"
cofile = file
allowRecompile = false
if REX.match_srcpath file # filename point to ./src
Expand Down Expand Up @@ -143,7 +143,7 @@ build = (task, buildfiles = []) ->
try isFile = fs.statSync(jsfile).isFile()
catch error

console.log "running jsfile: #{jsfile}."
# console.log "running jsfile: #{jsfile}."

# if tmpCompile == "" && cocode != "" && allowRecompile
# console.error "compile.runTest: compile error in #{file}. Test stopped."
Expand Down

0 comments on commit bd6f7b3

Please sign in to comment.