Skip to content

Commit 15b36b9

Browse files
Update ParallelTestRunner.jl
1 parent c9d0acb commit 15b36b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParallelTestRunner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ function runtests(mod::Module, ARGS; test_filter = Returns(true), RecordType = T
662662
# Message types for the printer channel
663663
# (:started, test_name, worker_id)
664664
# (:finished, test_name, worker_id, record)
665-
# (:errored, test_name, worker_id)
665+
# (:errored, test_name, worker_id, test_time)
666666
printer_channel = Channel{Tuple}(100)
667667

668668
printer_task = @async begin

0 commit comments

Comments
 (0)