From 70ce4db4760d644a95090e6f45c9dd77ec9c60ce Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Mon, 29 Apr 2013 17:11:27 -0700 Subject: [PATCH] Disable quiet mode wget output on wget for ceph-qa-chef So maybe I can get a better idea of what is causing it to fail. Signed-off-by: Sandon Van Ness --- teuthology/task/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/chef.py b/teuthology/task/chef.py index 54fc614049cb9..51b45bae5df1e 100644 --- a/teuthology/task/chef.py +++ b/teuthology/task/chef.py @@ -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', -- 2.39.5