From: Jason Dillaman Date: Fri, 8 Apr 2016 15:23:51 +0000 (-0400) Subject: qa/workunits/rbd: switch qemu test script shell to bash X-Git-Tag: ses3-milestone4~16^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a33ee34fcf1c301efbafb7883a9d42847a549bfe;p=ceph.git qa/workunits/rbd: switch qemu test script shell to bash Signed-off-by: Jason Dillaman --- diff --git a/qa/workunits/rbd/qemu_dynamic_features.sh b/qa/workunits/rbd/qemu_dynamic_features.sh index 3bb1fe29890d..4838ff3b65e4 100755 --- a/qa/workunits/rbd/qemu_dynamic_features.sh +++ b/qa/workunits/rbd/qemu_dynamic_features.sh @@ -1,4 +1,4 @@ -#!/bin/sh -ex +#!/bin/bash -ex if [[ -z "${IMAGE_NAME}" ]]; then echo image name must be provided diff --git a/qa/workunits/rbd/qemu_rebuild_object_map.sh b/qa/workunits/rbd/qemu_rebuild_object_map.sh index 338c56c3877c..c064ee9b968d 100755 --- a/qa/workunits/rbd/qemu_rebuild_object_map.sh +++ b/qa/workunits/rbd/qemu_rebuild_object_map.sh @@ -1,4 +1,4 @@ -#!/bin/sh -ex +#!/bin/bash -ex if [[ -z "${IMAGE_NAME}" ]]; then echo image name must be provided