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
    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)