Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
98f48c0
)
Fix version number return
99/2499/1
author
Morgan Richomme
<morgan.richomme@orange.com>
Tue, 13 Oct 2015 15:44:49 +0000
(17:44 +0200)
committer
Morgan Richomme
<morgan.richomme@orange.com>
Tue, 13 Oct 2015 15:44:49 +0000
(17:44 +0200)
JIRA: FUNCTEST-36
Change-Id: Icc4927abc5993535effd58658c3166b59afec93c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
testcases/functest_utils.py
patch
|
blob
|
history
diff --git
a/testcases/functest_utils.py
b/testcases/functest_utils.py
index
31e41c9
..
59e89a5
100644
(file)
--- a/
testcases/functest_utils.py
+++ b/
testcases/functest_utils.py
@@
-419,8
+419,7
@@
def get_git_branch(repo_path):
"""
repo = Repo(repo_path)
branch = repo.active_branch
- print branch.name
- return branch
+ return branch.name
def get_installer_type(logger=None):