Skip to content

Commit 4d63629

Browse files
committed
Silence lfs git tests
1 parent 5bb20c1 commit 4d63629

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ end
4040
rname = "repo-with-large-file-storage"
4141
@test !isdir(rname)
4242
@test !isfile(joinpath(rname, "LargeFile.zip"))
43-
run(`$(git()) clone https://github.com/Apress/repo-with-large-file-storage`)
44-
run(`$(git()) -C $rname lfs install --local`)
45-
run(`$(git()) -C $rname lfs pull`)
43+
run(`$(git()) clone --quiet https://github.com/Apress/repo-with-large-file-storage`)
44+
run(pipeline(`$(git()) -C $rname lfs install --local`; stdout=devnull))
45+
run(pipeline(`$(git()) -C $rname lfs pull`; stdout=devnull))
4646
@test isdir(rname)
4747
@test isfile(joinpath(rname, "LargeFile.zip"))
4848
# Test filesize to make sure we got real file and not small LFS pointer file

0 commit comments

Comments
 (0)