We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691854b commit e09d992Copy full SHA for e09d992
repo.py
@@ -101,6 +101,7 @@ def git_update(self):
101
if self.suite.updateGitSubmodules == 1:
102
# update submodules to those specified by the current commit
103
# (--init is required because there may be new submodules since the last checkout)
104
+ self.suite.log.log(f"git submodule update in {self.dir}")
105
_, _, rc = test_util.run(f"git submodule update --init")
106
107
if rc != 0:
0 commit comments