From: Sage Weil Date: Mon, 18 Aug 2014 03:54:28 +0000 (-0700) Subject: qa/workunits/rbd/qemu-iotests: touch common.env X-Git-Tag: v0.80.6~45 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=486deefdc1496b72cc680e432a61d71e5fa265c9;p=ceph.git qa/workunits/rbd/qemu-iotests: touch common.env This seems to be necessary on trusty. Backport: firefly, dumpling Signed-off-by: Sage Weil (cherry picked from commit 055be68cf8e1b84287ab3631a02e89a9f3ae6cca) --- diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 18318c207a488..9dfca3e6ed15f 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