Skip to content

Commit 1bfdd28

Browse files
committed
Silence other tests
1 parent 7dd3aee commit 1bfdd28

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
@@ -22,15 +22,15 @@ end
2222
withtempdir() do tmp_dir
2323
@test !isdir("Git.jl")
2424
@test !isfile(joinpath("Git.jl", "Project.toml"))
25-
run(`$(git()) clone https://github.com/JuliaVersionControl/Git.jl`)
25+
run(`$(git()) clone --quiet https://github.com/JuliaVersionControl/Git.jl`)
2626
@test isdir("Git.jl")
2727
@test isfile(joinpath("Git.jl", "Project.toml"))
2828
end
2929

3030
withtempdir() do tmp_dir
3131
@test !isdir("Git.jl")
3232
@test !isfile(joinpath("Git.jl", "Project.toml"))
33-
run(git(["clone", "https://github.com/JuliaVersionControl/Git.jl"]))
33+
run(git(["clone", "--quiet", "https://github.com/JuliaVersionControl/Git.jl"]))
3434
@test isdir("Git.jl")
3535
@test isfile(joinpath("Git.jl", "Project.toml"))
3636
end

0 commit comments

Comments
 (0)