tesseract v5.3.3.20231005
|
Functions | |
def | GetCommandOutput (command) |
def | GetSvnInfo () |
def | GetSvnTrunk () |
def | IsInGTestSvn () |
def | IsInGMockSvn () |
def common.GetCommandOutput | ( | command | ) |
Runs the shell command and returns its stdout as a list of lines.
Definition at line 46 of file common.py.
def common.GetSvnInfo | ( | ) |
Returns the project name and the current SVN workspace's root path.
Definition at line 55 of file common.py.
def common.GetSvnTrunk | ( | ) |
Returns the current SVN workspace's trunk root path.
Definition at line 69 of file common.py.
def common.IsInGMockSvn | ( | ) |
Definition at line 81 of file common.py.
def common.IsInGTestSvn | ( | ) |