File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
withtempdir () do tmp_dir
23
23
@test ! isdir (" Git.jl" )
24
24
@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` )
26
26
@test isdir (" Git.jl" )
27
27
@test isfile (joinpath (" Git.jl" , " Project.toml" ))
28
28
end
29
29
30
30
withtempdir () do tmp_dir
31
31
@test ! isdir (" Git.jl" )
32
32
@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" ]))
34
34
@test isdir (" Git.jl" )
35
35
@test isfile (joinpath (" Git.jl" , " Project.toml" ))
36
36
end
You can’t perform that action at this time.
0 commit comments