Skip to content

Commit 41cf976

Browse files
add verbose to tests
1 parent 8c5a602 commit 41cf976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pkg.precompile()
1010
module EmptyPkg end
1111

1212
@testset "PkgCacheInspector.jl" begin
13-
info = info_cachefile("Colors")
13+
info = info_cachefile("Colors", verbose = :all)
1414
@test isa(info, PkgCacheInfo)
1515
str = sprint(show, info)
1616
@test occursin("relocations", str) && occursin("new specializations", str) && occursin("targets", str)

0 commit comments

Comments
 (0)