From: Nathan Cutler Date: Thu, 20 Feb 2020 16:26:07 +0000 (+0100) Subject: qa/cephadm: "ls -l" cephadm after downloading it X-Git-Tag: v15.1.1~348^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=652243e71e94e77c1e9e2c563b3b2edafc3fcb8d;p=ceph-ci.git qa/cephadm: "ls -l" cephadm after downloading it For better debugging when the download goes awry. Signed-off-by: Nathan Cutler --- diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index f2499733165..25d80f91dd3 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -100,6 +100,9 @@ def download_cephadm(ctx, config, ref): 'https://raw.githubusercontent.com/' + rest + '/' + ref + '/src/cephadm/cephadm', run.Raw('>'), ctx.cephadm, + run.Raw('&&'), + 'ls', '-l', + ctx.cephadm, ], ) else: