Skip to content

Commit 4fce15b

Browse files
authored
Change test outputs (#185)
* Add verbose and remove long output * Add missing spaces
1 parent db43758 commit 4fce15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ tests = [
9292
"experimental/experimental"
9393
]
9494

95-
@testset "Graphs" begin
95+
@testset verbose = true "Graphs" begin
9696
for t in tests
9797
tp = joinpath(testdir, "$(t).jl")
9898
include(tp)
9999
end
100-
end
100+
end;

0 commit comments

Comments
 (0)