From: Sage Weil Date: Thu, 5 Aug 2021 20:17:42 +0000 (-0400) Subject: qa/tasks/vip: exec with bash -ex X-Git-Tag: v16.2.7~116^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ccfdf7a9b8b22466dca4902bb43d8eaffb79328d;p=ceph.git qa/tasks/vip: exec with bash -ex Signed-off-by: Sage Weil (cherry picked from commit 3c1e086be013bf875bfe32b5ba9a297fc27410a3) --- diff --git a/qa/tasks/vip.py b/qa/tasks/vip.py index d4d27b85e495..52114b104228 100644 --- a/qa/tasks/vip.py +++ b/qa/tasks/vip.py @@ -62,6 +62,7 @@ def exec(ctx, config): 'sudo', 'TESTDIR={tdir}'.format(tdir=testdir), 'bash', + '-ex', '-c', subst_vip(ctx, c)], )