56 self.
_listener_listener = (port, pause_on_failure)
72 command.append(self.
_prefix_prefix)
75 command.extend([
"-A", self.
_args_file_args_file])
87 if path[-1]
in [
'c',
'o']:
92 return os.path.abspath(inspect.getfile(TestRunnerAgent))
108 if "'" in arg
or " " in arg
or "&" in arg:
111 result.append(
'"%s"' % arg)
113 result.append(
"'%s'" % arg)
116 return " ".join(result)
def with_prefix(self, prefix)
def _get_listener_path(self)
def with_listener(self, port, pause_on_failure=False)
def _format_command(args)
Quote a list as if it were a command line command.
def _get_listener_to_cmd(self)
def with_args_file(self, args_file)
def with_tests_suite_file(self, tests_suit_file)
def get_system_encoding()