def RunScript(self, cmd, options): """ Run the script in the foreground. @return error code from running script """ return drd_util.RunScriptFore(cmd, options)
def RunScript(self, cmd, options): """ Run the script in the foreground. @param cmd Command line to run lower level script @param options Options given on cmd line @return error code from running script """ return drd_util.RunScriptFore(cmd, options)