We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 023521f + e2b0574 commit 3a1982bCopy full SHA for 3a1982b
t/t1092-sparse-checkout-compatibility.sh
@@ -106,18 +106,18 @@ init_repos () {
106
run_on_sparse () {
107
(
108
cd sparse-checkout &&
109
- "$@" >../sparse-checkout-out 2>../sparse-checkout-err
+ GIT_PROGRESS_DELAY=-1 "$@" >../sparse-checkout-out 2>../sparse-checkout-err
110
) &&
111
112
cd sparse-index &&
113
- "$@" >../sparse-index-out 2>../sparse-index-err
+ GIT_PROGRESS_DELAY=-1 "$@" >../sparse-index-out 2>../sparse-index-err
114
)
115
}
116
117
run_on_all () {
118
119
cd full-checkout &&
120
- "$@" >../full-checkout-out 2>../full-checkout-err
+ GIT_PROGRESS_DELAY=-1 "$@" >../full-checkout-out 2>../full-checkout-err
121
122
run_on_sparse "$@"
123
0 commit comments