]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd/qemu-iotests: touch common.env
authorSage Weil <sage@redhat.com>
Mon, 18 Aug 2014 03:54:28 +0000 (20:54 -0700)
committerSage Weil <sage@redhat.com>
Mon, 18 Aug 2014 03:54:39 +0000 (20:54 -0700)
This seems to be necessary on trusty.

Backport: firefly, dumpling
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 055be68cf8e1b84287ab3631a02e89a9f3ae6cca)

qa/workunits/rbd/qemu-iotests.sh

index 18318c207a488b8c9782946360250c4ccc2510d0..9dfca3e6ed15fb89790c928a004d6926d433c4a6 100755 (executable)
@@ -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