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 b99a30d2b72be257462308986e1a263dc7270d9f..30fcac8d07fc734a2300a5b110a65c4f16d96d72 100755 |
--- a/utils_py/cros_run_parallel_vm_tests.py |
+++ b/utils_py/cros_run_parallel_vm_tests.py |
@@ -71,9 +71,7 @@ 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. |
- args = [ os.path.join(os.path.dirname(os.path.realpath(__file__), |
- '../cros_run_vm_test')), |
+ args = [ 'cros_run_vm_test', |
'--snapshot', # The image is shared so don't modify it. |
'--no_graphics', |
'--use_emerged', |