Merge pull request #51 from clemensp/master
add pass/fail info to hydra_heuristics.yml
This commit is contained in:
commit
d5a79b9b74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user