]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Remove another pointless stdout suppression
authorZack Cerza <zack@redhat.com>
Tue, 19 May 2015 16:20:35 +0000 (10:20 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 19 May 2015 16:20:35 +0000 (10:20 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/task/kernel.py

index bd4486d5305cd6414e08737fc60158ce60084785..d40699df7b7b7e97490d1a10535e8dfa4ccbc351 100644 (file)
@@ -936,7 +936,7 @@ def get_latest_image_version_deb(remote, ostype):
     if 'ubuntu' in ostype:
         try:
             remote.run(args=['sudo', 'apt-get', '-y', 'install',
-                             'linux-image-current-generic'], stdout=output)
+                             'linux-image-current-generic'])
             remote.run(args=['dpkg', '-s', 'linux-image-current-generic'],
                        stdout=output)
             for line in output.getvalue().split('\n'):