aboutsummaryrefslogtreecommitdiff
path: root/image_chromeos.py
diff options
context:
space:
mode:
authorLuis Lozano <llozano@chromium.org>2014-04-16 16:00:57 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-04-17 21:09:11 +0000
commit778cab4cfeb975fb49c5ebed79ec86001a0e3282 (patch)
tree4ff9448b2047fd081e35f55a39dec51431ad6766 /image_chromeos.py
parent819f8625e3a7b09beda3288410b6c99f81fc55b1 (diff)
downloadtoolchain-utils-778cab4cfeb975fb49c5ebed79ec86001a0e3282.tar.gz
Do not generate silly ssh warning while checking for cherrypi
BUG=None TEST=Tested in nightly testing Change-Id: Ia46a0cbb34890a0cb1222f16157c7c98179ec033 Reviewed-on: https://chrome-internal-review.googlesource.com/160769 Reviewed-by: Caroline Tice <cmtice@google.com> Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org>
Diffstat (limited to 'image_chromeos.py')
-rwxr-xr-ximage_chromeos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image_chromeos.py b/image_chromeos.py
index c6b9b02e..2b403588 100755
--- a/image_chromeos.py
+++ b/image_chromeos.py
@@ -51,7 +51,7 @@ def CheckForCrosFlash(chromeos_root, remote, log_level):
"src/scripts/mod_for_test_scripts/ssh_keys/"
"testing_rsa")
- command = ("ssh -i %s -o StrictHostKeyChecking=no -o CheckHostIP=no "
+ command = ("ssh -q -i %s -o StrictHostKeyChecking=no -o CheckHostIP=no "
"-o BatchMode=yes root@%s \"python -c 'import cherrypy'\" " %
(keypath,remote) )
retval = cmd_executer.RunCommand (command)