Chromium Code Reviews| Index: bin/cros_run_vm_test |
| diff --git a/bin/cros_run_vm_test b/bin/cros_run_vm_test |
| index 8036b230b13ee70594ae247db041a3ebfca58eb5..ee86879c7820c8c0dadb664cde2b77b7c0a688aa 100755 |
| --- a/bin/cros_run_vm_test |
| +++ b/bin/cros_run_vm_test |
| @@ -34,5 +34,5 @@ trap stop_kvm EXIT |
| start_kvm "${FLAGS_image_path}" |
| "$(dirname $0)"/../run_remote_tests.sh \ |
| --ssh_port=${FLAGS_ssh_port} \ |
| - --remote="${HOSTNAME}" \ |
| + --remote=127.0.0.1 \ |
| "${FLAGS_test_case}" |