Home | History | Annotate | Download | only in test

Lines Matching refs:base_cmd

500         base_cmd = [sys.executable] + opt_args + ['-m', 'test.regrtest']
511 popen = Popen(base_cmd + ['--slaveargs', json.dumps(args_tuple)],