From 08bf16102a757295f2e1bb1586ffba261ba7e24b Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Tue, 30 Apr 2013 13:04:28 -0700 Subject: [PATCH] Verbose output on ceph-qa-chef. Signed-off-by: Sandon Van Ness --- teuthology/task/chef.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/chef.py b/teuthology/task/chef.py index 51b45bae5df1e..a63641485631d 100644 --- a/teuthology/task/chef.py +++ b/teuthology/task/chef.py @@ -20,6 +20,7 @@ def task(ctx, config): 'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD', run.Raw('|'), 'sh', + '-x', ], wait=False, ) -- 2.39.5