Skip to content

Commit d20edac

Browse files
authored
update test output check to nightly (#4466)
1 parent ce2245c commit d20edac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ import .FakeTerminals.FakeTerminal
250250
Pkg.precompile(io = iob)
251251
str = String(take!(iob))
252252
@test occursin("Precompiling", str)
253-
@test occursin("Waiting for background task / IO / timer.", str)
253+
@test occursin("waiting for IO to finish", str) || occursin("Waiting for background task / IO / timer.", str)
254254
end
255255

256256
@testset "pidlocked precompile" begin

0 commit comments

Comments
 (0)