Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
3da6e4c9
Commit
3da6e4c9
authored
5 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Use branch for ms testing suite.
parent
47243dd9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tester.py
+3
-0
3 additions, 0 deletions
tester.py
with
3 additions
and
0 deletions
tester.py
+
3
−
0
View file @
3da6e4c9
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment