Home
last modified time | relevance | path

Searched refs:test_runner_cmd (Results 1 – 1 of 1) sorted by relevance

/art/
Dtest.py54 test_runner_cmd = [testrunner] + run_test_args variable
55 print(' '.join(test_runner_cmd))
56 if subprocess.call(test_runner_cmd) or options.help_runner: