Skip to content

Commit 7fef3e6

Browse files
committed
Show OS
1 parent 1ded5a4 commit 7fef3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auditing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ end
282282

283283

284284
@testset "Auditor - .la removal" begin
285-
for os in ["linux", "macos", "freebsd", "windows"]
285+
@testset "OS: $(os)" for os in ["linux", "macos", "freebsd", "windows"]
286286
platform = Platform("x86_64", os)
287287
mktempdir() do build_path
288288
build_output_meta = nothing

0 commit comments

Comments
 (0)