|
Monero
|
Functions | |
| GetCommandOutput (command) | |
| GetSvnInfo () | |
| GetSvnTrunk () | |
| IsInGTestSvn () | |
| IsInGMockSvn () | |
Variables | |
| str | __author__ = 'wan@google.com (Zhanyong Wan)' |
| _SVN_INFO_URL_RE = re.compile(r'^URL: https://(\w+)\.googlecode\.com/svn(.*)') | |
Shared utilities for writing scripts for Google Test/Mock.
| common.GetCommandOutput | ( | command | ) |
Runs the shell command and returns its stdout as a list of lines.
| common.GetSvnInfo | ( | ) |
Returns the project name and the current SVN workspace's root path.
| common.GetSvnTrunk | ( | ) |
Returns the current SVN workspace's trunk root path.
| common.IsInGMockSvn | ( | ) |
| common.IsInGTestSvn | ( | ) |
|
private |
|
protected |