Merge pull request #51 from clemensp/master

add pass/fail info to hydra_heuristics.yml
This commit is contained in:
Nick Gauthier 2011-08-02 10:41:25 -07:00
commit d5a79b9b74
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ module Hydra #:nodoc:
def file_end(file, output)
@report[file]['end'] = Time.now.to_f
@report[file]['duration'] = @report[file]['end'] - @report[file]['start']
@report[file]['all_tests_passed_last_run'] = (output == '.')
end
# output the report