From 652243e71e94e77c1e9e2c563b3b2edafc3fcb8d Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 20 Feb 2020 17:26:07 +0100 Subject: [PATCH] qa/cephadm: "ls -l" cephadm after downloading it For better debugging when the download goes awry. Signed-off-by: Nathan Cutler --- qa/tasks/cephadm.py | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.39.5