Skip to content

Commit a706c12

Browse files
committed
Also change?
1 parent 0c0b425 commit a706c12

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
@@ -935,7 +935,7 @@ function runtests(mod::Module, args::ParsedArgs;
935935

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

941941
# only display the status bar on actual terminals

0 commit comments

Comments
 (0)