On Fri, Jul 25, 2025 at 10:03 PM Usman Akinyemi <usmanakinyemi202@xxxxxxxxx> wrote: > > On Thu, Jul 24, 2025 at 10:48 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > [snip] > > * ua/t1517-short-help-tests (2025-07-21) 2 commits > > . t5200: move `update-server-info -h` test from t1517 > > . t/t1517: automate `git subcmd -h` tests outside a repository > > > > Test shuffling. > > > > Seems to introduce a few "todo passed" when merged to 'seen'. > Hi Junio, > > Is there something that needs to be done here ? I would interpret "introduce a few 'todo passed' when merged to 'seen'" to mean that a few test_expect_failure's are now passing and need updating. > > Also, some tests still have both the `git subcmd -h` test outside and > inside together > and the first patch of this series already tests for all the outside repo. > > Should I send them as an update version with this patch or wait till > this gets integrated ? > > Thank you