Skip to content

test_backport.py: Clean up .gitmodules before starting tests.

In setup_unusual_submodule_path_change(), call
self.cleanup_unusual_submodule_change() after calling
self.setup_visualeditor_repo() to ensure that any commits that have
been merged into VisualEditor/VisualEditor are reflected with an
update to .gitmodules in extensions/VisualEditor.

cleanup_unusual_submodule_change() changes:

  • announce the boundaries of the operation
  • handle the case where no .gitmodules update is needed.

Related MRs:

Depends-On: !248 (merged)

Edited by Ahmon Dancy

Merge request reports