Skip to content

Commit

Permalink
Debug CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Feb 24, 2023
1 parent a6c9b14 commit 9595265
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ function print_testworker_stats(test, wrkr, resp)
end
end
global print_testworker_started = (name, wrkr)->begin
lock(print_lock)
try
printstyled(name, color=:white)
printstyled(lpad("($wrkr)", name_align - textwidth(name) + 1, " "), " |",
" "^elapsed_align, "started at $(now())\n", color=:white)
finally
unlock(print_lock)
end
end
function print_testworker_errored(name, wrkr)
lock(print_lock)
Expand Down

0 comments on commit 9595265

Please sign in to comment.