mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
Change hostname to localhost ip
TBR Change-Id: I1a911da2df7cddda3eb35f6df23e203cd94c1ffe BUG= TEST=Locally. Review URL: http://codereview.chromium.org/3536003
This commit is contained in:
parent
bccc7c1d03
commit
cb9e4fe449
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user