diff --git a/repo.py b/repo.py index a360814..d5eb18d 100644 --- a/repo.py +++ b/repo.py @@ -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: