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
CheckNewsfragmentScriptTests.setUp almost completely wipes the environment then the tests try to run git as a child process. This means the runCommand calls in the test methods have to find git with no PATH set which is unreliable at best.
CheckNewsfragmentScriptTests.setUp
almost completely wipes the environment then the tests try to rungit
as a child process. This means therunCommand
calls in the test methods have to findgit
with no PATH set which is unreliable at best.Searchable metadata
The text was updated successfully, but these errors were encountered: