diff options
author | Sage Weil <sage@redhat.com> | 2014-08-18 05:54:28 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2014-08-18 05:54:28 +0200 |
commit | 055be68cf8e1b84287ab3631a02e89a9f3ae6cca (patch) | |
tree | 698380d18692f4e1642efa3635c936897cc8e37a | |
parent | Merge pull request #2010 from ceph/wip-misplaced (diff) | |
download | ceph-055be68cf8e1b84287ab3631a02e89a9f3ae6cca.tar.xz ceph-055be68cf8e1b84287ab3631a02e89a9f3ae6cca.zip |
qa/workunits/rbd/qemu-iotests: touch common.env
This seems to be necessary on trusty.
Backport: firefly, dumpling
Signed-off-by: Sage Weil <sage@redhat.com>
-rwxr-xr-x | qa/workunits/rbd/qemu-iotests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 18318c207a4..9dfca3e6ed1 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -36,6 +36,11 @@ mkdir bin # qemu-iotests expects a binary called just 'qemu' to be available ln -s `which qemu-system-x86_64` bin/qemu +# this is normally generated by configure, but has nothing but a python +# binary definition, which we don't care about. for some reason it is +# not present on trusty. +touch common.env + # TEST_DIR is the pool for rbd TEST_DIR=rbd PATH="$PATH:$PWD/bin" ./check -rbd $testlist |