Searched refs:run_test_command (Results 1 – 1 of 1) sorted by relevance
128 run_test_command = [sys.executable, # Use the same python as we are using now. variable135 run_test_command += list(map(lambda a: a.format(SOONG_OUT_DIR=str(out_dir)), test_flags))143 run_test_command += ['--host']144 run_test_command += ['--dex2oat-jobs']145 run_test_command += ['4']147 run_test_command += ['-b']149 run_test_command += ['--dist']150 run_test_command += ['--verbose']152 sys.stdout.write(str(run_test_command) + '\n')154 if subprocess.call(run_test_command):