summaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorJiang Xin <zhiyou.jx@alibaba-inc.com>2022-11-21 21:40:40 +0800
committerJunio C Hamano <gitster@pobox.com>2022-11-22 09:16:30 +0900
commit288fcb1c942d582b915a4c824c6b87a94ae875a7 (patch)
tree2afca3707cf60448bfe48abd2a05cf98283868c2 /diff.c
parent82f67ee13fb25ebed1cd722c83de49a1ac588429 (diff)
t5516: fail to run in verbose mode
The test case "push with config push.useBitmap" of t5516 was introduced in commit 82f67ee13f (send-pack.c: add config push.useBitmaps, 2022-06-17). It won't work in verbose mode, e.g.: $ sh t5516-fetch-push.sh --run='1,115' -v This is because "git-push" will run in a tty in this case, and the subcommand "git pack-objects" will contain an argument "--progress" instead of "-q". Adding a specific option "--quiet" to "git push" will get a stable result for t5516. Signed-off-by: Jiang Xin <zhiyou.jx@alibaba-inc.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
0 files changed, 0 insertions, 0 deletions