| Index: utils_py/cros_run_parallel_vm_tests.py
|
| diff --git a/utils_py/cros_run_parallel_vm_tests.py b/utils_py/cros_run_parallel_vm_tests.py
|
| index b3bfd6a68f7db353a2e6d6f2296d462dc7991aed..0be1c3fa18ae53c892cfb8986525cff88f59cbdc 100755
|
| --- a/utils_py/cros_run_parallel_vm_tests.py
|
| +++ b/utils_py/cros_run_parallel_vm_tests.py
|
| @@ -71,9 +71,9 @@ class ParallelTestRunner(object):
|
| ssh_port = self._base_ssh_port
|
| spawned_tests = []
|
| for test in self._tests:
|
| - # TODO(sosa): Fix when called from /usr/bin inside the chroot.
|
| + # Must run outside the chroot and use src path.
|
| args = [ os.path.join(os.path.dirname(os.path.realpath(__file__)),
|
| - '../cros_run_vm_test'),
|
| + '../cros_run_vm_test'),
|
| '--snapshot', # The image is shared so don't modify it.
|
| '--no_graphics',
|
| '--use_emerged',
|
|
|