Skip to content

Commit a43c8a6

Browse files
fix deduplication
1 parent cf861b9 commit a43c8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/buildkitetestjson.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ function result_dict(result::Test.Result, result_counts::Dict{Tuple{String,Strin
186186

187187
if duplicate
188188
result_counts[rid] += 1
189+
return nothing
189190
else
190191
result_counts[rid] = 1
192+
return data
191193
end
192-
193-
return data
194194
end
195195

196196
function collect_results!(results::Vector{Dict{String,Any}}, testset::Test.DefaultTestSet, prefix::String="")

0 commit comments

Comments
 (0)