File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1858,19 +1858,19 @@ test_expect_success 'push with config push.useBitmaps' '
1858
1858
git checkout main &&
1859
1859
test_unconfig push.useBitmaps &&
1860
1860
GIT_TRACE2_EVENT="$PWD/default" \
1861
- git push testrepo main:test &&
1861
+ git push --quiet testrepo main:test &&
1862
1862
test_subcommand git pack-objects --all-progress-implied --revs --stdout \
1863
1863
--thin --delta-base-offset -q <default &&
1864
1864
1865
1865
test_config push.useBitmaps true &&
1866
1866
GIT_TRACE2_EVENT="$PWD/true" \
1867
- git push testrepo main:test2 &&
1867
+ git push --quiet testrepo main:test2 &&
1868
1868
test_subcommand git pack-objects --all-progress-implied --revs --stdout \
1869
1869
--thin --delta-base-offset -q <true &&
1870
1870
1871
1871
test_config push.useBitmaps false &&
1872
1872
GIT_TRACE2_EVENT="$PWD/false" \
1873
- git push testrepo main:test3 &&
1873
+ git push --quiet testrepo main:test3 &&
1874
1874
test_subcommand git pack-objects --all-progress-implied --revs --stdout \
1875
1875
--thin --delta-base-offset -q --no-use-bitmap-index <false
1876
1876
'
You can’t perform that action at this time.
0 commit comments