Exemplo n.º 1
0
 def startServers(self, options, debuggerInfo):
     """ Create the servers on the host and start them up """
     restoreRemotePaths = self.switchToLocalPaths(options)
     MochitestDesktop.startServers(
         self,
         options,
         debuggerInfo)
     restoreRemotePaths()
Exemplo n.º 2
0
 def startServers(self, options, debuggerInfo):
     """ Create the servers on the host and start them up """
     restoreRemotePaths = self.switchToLocalPaths(options)
     # ignoreSSLTunnelExts is a workaround for bug 1109310
     MochitestDesktop.startServers(self,
                                   options,
                                   debuggerInfo,
                                   ignoreSSLTunnelExts=True)
     restoreRemotePaths()
Exemplo n.º 3
0
 def startServers(self, options, debuggerInfo):
     """ Create the servers on the host and start them up """
     restoreRemotePaths = self.switchToLocalPaths(options)
     # ignoreSSLTunnelExts is a workaround for bug 1109310
     MochitestDesktop.startServers(
         self,
         options,
         debuggerInfo,
         ignoreSSLTunnelExts=True)
     restoreRemotePaths()