]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: switch qemu test script shell to bash
authorJason Dillaman <dillaman@redhat.com>
Fri, 8 Apr 2016 15:23:51 +0000 (11:23 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sat, 9 Apr 2016 16:59:00 +0000 (12:59 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/qemu_dynamic_features.sh
qa/workunits/rbd/qemu_rebuild_object_map.sh

index 3bb1fe29890d48df5682884c2ff43b54e36834cd..4838ff3b65e49a5e2c344a9ff0795ed26aacf226 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/bash -ex
 
 if [[ -z "${IMAGE_NAME}" ]]; then
   echo image name must be provided
index 338c56c3877cde3eeb400cbd32025b819f2e9530..c064ee9b968df54af1397b35fce498b217a4cbea 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/bin/bash -ex
 
 if [[ -z "${IMAGE_NAME}" ]]; then
   echo image name must be provided