Esempio n. 1
0
 def __init__(self):
     options = [
         make_option("--run-tests",
                     action="store_true",
                     dest="run_tests",
                     default=self.run_tests,
                     help="Run the Layout tests for each patch")
     ]
     AbstractReviewQueue.__init__(self, options=options)
Esempio n. 2
0
 def __init__(self):
     options = [
         make_option("--run-tests",
                     action="store_true",
                     dest="run_tests",
                     default=self._default_run_tests,
                     help="Run the Layout tests for each patch")
     ]
     AbstractReviewQueue.__init__(self, options=options)
     self.port = DeprecatedPort.port(self.port_name)
Esempio n. 3
0
 def __init__(self):
     options = [
         make_option(
             "--run-tests",
             action="store_true",
             dest="run_tests",
             default=self._default_run_tests,
             help="Run the Layout tests for each patch",
         )
     ]
     AbstractReviewQueue.__init__(self, options=options)
Esempio n. 4
0
 def __init__(self):
     AbstractReviewQueue.__init__(self)
     self.port = WebKitPort.port(self.port_name)
Esempio n. 5
0
 def __init__(self):
     AbstractReviewQueue.__init__(self)
     self.port = WebKitPort.port(self.port_name)