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

Use branch for ms testing suite.

parent 47243dd9
No related branches found
No related tags found
No related merge requests found
......@@ -253,6 +253,9 @@ class Tester():
if os.path.exists(ms_path):
log('Updating ms-testing-suite in "%s".' % ms_path)
os.chdir(ms_path)
branch = utils.get_conf('ENVSETUP_BRANCH') or 'stable'
if branch:
subprocess.call(['git', 'checkout', branch])
subprocess.call(['git', 'pull', '--recurse-submodules'])
subprocess.call(['git', 'submodule', 'update', '--init', '--recursive'])
os.chdir(self.root_dir)
......
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