Change hostname to localhost ip

TBR

Change-Id: I1a911da2df7cddda3eb35f6df23e203cd94c1ffe

BUG=
TEST=Locally.

Review URL: http://codereview.chromium.org/3536003
This commit is contained in:
Chris Sosa 2010-09-30 18:02:09 -07:00
parent bccc7c1d03
commit cb9e4fe449

View File

@ -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}"