Skip to content

Commit e48c1f6

Browse files
committed
Also change?
1 parent 0527bd4 commit e48c1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ParallelTestRunner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ function runtests(mod::Module, args::ParsedArgs;
932932

933933
eta_sec = est_remaining / jobs
934934
eta_mins = round(Int, eta_sec / 60)
935-
line3 *= " | ETA: ~$eta_mins min"
935+
line3 *= " ETA: ~$eta_mins min"
936936
end
937937

938938
# only display the status bar on actual terminals

0 commit comments

Comments
 (0)