Skip to content

Commit bb47b34

Browse files
committed
fixup! Support custom records
1 parent 638117d commit bb47b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ end
157157

158158
io = IOBuffer()
159159

160-
runtests(ParallelTestRunner, ["--verbose"]; custom_record_init, custom_args=(; say_hello=true), stdout=io, stderr=io)
160+
runtests(ParallelTestRunner, ["--verbose"]; custom_record_init, RecordType=CustomTestRecord, custom_args=(; say_hello=true), stdout=io, stderr=io)
161161
str = String(take!(io))
162162

163163
@test contains(str, r"basic .+ started at")

0 commit comments

Comments
 (0)