From 486deefdc1496b72cc680e432a61d71e5fa265c9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 17 Aug 2014 20:54:28 -0700 Subject: [PATCH] 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) --- qa/workunits/rbd/qemu-iotests.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5