]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Disable quiet mode wget output on wget for ceph-qa-chef
authorSandon Van Ness <sandon@inktank.com>
Tue, 30 Apr 2013 00:11:27 +0000 (17:11 -0700)
committerSandon Van Ness <sandon@inktank.com>
Tue, 30 Apr 2013 00:11:27 +0000 (17:11 -0700)
So maybe I can get a better idea of what is causing it to fail.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
teuthology/task/chef.py

index 54fc614049cb9b1a83d6d58e2012a0a29fa1bf59..51b45bae5df1e896ee0365fb54308be896808e93 100644 (file)
@@ -14,7 +14,7 @@ def task(ctx, config):
         ctx.cluster.run(
             args=[
                 'wget',
-                '-q',
+#                '-q',
                 '-O-',
 #                'https://raw.github.com/ceph/ceph-qa-chef/master/solo/solo-from-scratch',
                 'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD',