Skip to content
Snippets Groups Projects
Commit 79fd8e0e authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Init submodules for ms-testing-suite (refs #24069).

parent 481e4818
No related branches found
No related tags found
No related merge requests found
...@@ -236,7 +236,8 @@ class Tester(): ...@@ -236,7 +236,8 @@ class Tester():
# TODO: # TODO:
# subprocess.check_call(['git', 'checkout', 'stable']) # subprocess.check_call(['git', 'checkout', 'stable'])
subprocess.check_call(['git', 'pull', '--recurse-submodules']) subprocess.check_call(['git', 'pull', '--recurse-submodules'])
subprocess.check_call(['git', 'submodule', 'update', '--recursive']) subprocess.check_call(['git', 'submodule', 'init'])
subprocess.check_call(['git', 'submodule', 'update', '--init', '--recursive'])
os.chdir(self.root_dir) os.chdir(self.root_dir)
else: else:
log('Cloning ms-testing-suite in "%s".' % ms_path) log('Cloning ms-testing-suite in "%s".' % ms_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment