Skip to content

Commit fb08780

Browse files
committed
Debug test failure
1 parent 47d7022 commit fb08780

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/auditing.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,10 @@ end
693693
libfoo_rpaths = Auditor._rpaths(joinpath(testdir, "lib", "libfoo.$(platform_dlext(platform))"))
694694
@test (Sys.isapple(platform) ? "@loader_path" : "\$ORIGIN") * "/qux" in libfoo_rpaths
695695
# Currently we don't filter out absolute rpaths for macOS libraries, no good.
696+
#TODO
697+
if !(length(libfoo_rpaths) == 1)
698+
@show libfoo_rpaths
699+
end
696700
@test length(libfoo_rpaths) == 1
697701
end
698702
end

0 commit comments

Comments
 (0)