]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/vip: exec with bash -ex
authorSage Weil <sage@newdream.net>
Thu, 5 Aug 2021 20:17:42 +0000 (16:17 -0400)
committerSage Weil <sage@newdream.net>
Thu, 5 Aug 2021 21:45:56 +0000 (17:45 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
qa/tasks/vip.py

index d4d27b85e49529b3dba95d5d7372ac24fd76a54f..52114b1042285268782a05f932b112bf8e1df14c 100644 (file)
@@ -62,6 +62,7 @@ def exec(ctx, config):
                     'sudo',
                     'TESTDIR={tdir}'.format(tdir=testdir),
                     'bash',
+                    '-ex',
                     '-c',
                     subst_vip(ctx, c)],
                 )