def RunScript(self, cmd, options):
        """
        Run the script in the foreground.

        @return error code from running script
        """

        return drd_util.RunScriptFore(cmd, options)
예제 #2
0
파일: record.py 프로젝트: mazalves/OrCS
    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)