Skip to content

Commit

Permalink
add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Dec 16, 2024
1 parent 691854b commit e09d992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def git_update(self):
if self.suite.updateGitSubmodules == 1:
# update submodules to those specified by the current commit
# (--init is required because there may be new submodules since the last checkout)
self.suite.log.log(f"git submodule update in {self.dir}")
_, _, rc = test_util.run(f"git submodule update --init")

if rc != 0:
Expand Down

0 comments on commit e09d992

Please sign in to comment.