Wizard
Software Engineering Project - Wizard
|
Functions | |
GetCommandOutput (command) | |
GetSvnInfo () | |
GetSvnTrunk () | |
IsInGTestSvn () | |
IsInGMockSvn () | |
Variables | |
_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.