Ejemplo n.º 1
0
    def startCommand(self, command, warnings):
        # add a link to summary on cdash.
        cdash_root = self.getProperty('cdash_url')
        self.addURL("cdash", self._cdash_query().get_url('%s/index.php' % cdash_root))

        ShellCommand.startCommand(self, command, warnings)