Skip to content

Commit e09d992

Browse files
committed
add log message
1 parent 691854b commit e09d992

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def git_update(self):
101101
if self.suite.updateGitSubmodules == 1:
102102
# update submodules to those specified by the current commit
103103
# (--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}")
104105
_, _, rc = test_util.run(f"git submodule update --init")
105106

106107
if rc != 0:

0 commit comments

Comments
 (0)