You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitRepoTests: move extra setup into CreateEnlistment()
Some subclasses of GitRepoTests override CreateEnlistment so they can do
extra steps after the base class creates the repo. However, those steps
happen between the base CreateEnlistment() and the rest of the TestSetup
code.
This started failing with the v2.28.0 upgrade because 'git status'
started reporting new info about sparse-checkouts.
Move the sparse-checkout setup code into CreateEnlistment() to stop
failures.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
0 commit comments