Skip to content

Commit 7b68390

Browse files
committed
Deemphasize "started at" message
1 parent a1d241d commit 7b68390

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
@@ -438,7 +438,7 @@ function runtests(ARGS; testfilter = Returns(true), RecordType = TestRecord,
438438
printstyled(name, color = :white)
439439
printstyled(
440440
lpad("($wrkr)", name_align - textwidth(name) + 1, " "), " |",
441-
" "^elapsed_align, "started at $(now())\n", color = :white
441+
" "^elapsed_align, "started at $(now())\n", color = :light_black
442442
)
443443
finally
444444
unlock(print_lock)

0 commit comments

Comments
 (0)