lib/coderunner/run.rb in coderunner-0.14.7 vs lib/coderunner/run.rb in coderunner-0.14.8

- old
+ new

@@ -291,9 +291,10 @@ process_directory_code_specific raise CRFatal.new("status must be one of #{PERMITTED_STATI.inspect}") unless PERMITTED_STATI.include? @status @max = {} write_results + @component_runs = [] generate_component_runs save return self end