summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/check
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2014-05-24 23:24:57 +0200
committerKevin Wolf <kwolf@redhat.com>2014-06-27 20:00:00 +0200
commit7fed1a49ff72a5b794e3723612fa1731844b38f7 (patch)
tree25f7391c641751836919030c4cda88c0a75fd120 /tests/qemu-iotests/check
parent76c7560ae7ad088d106ef05439ca6520b096d43e (diff)
downloadhqemu-7fed1a49ff72a5b794e3723612fa1731844b38f7.zip
hqemu-7fed1a49ff72a5b794e3723612fa1731844b38f7.tar.gz
iotests: Source common.env
Source common.env in the iotests' check script. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/check')
-rwxr-xr-xtests/qemu-iotests/check6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check
index 69f328b..992b91e 100755
--- a/tests/qemu-iotests/check
+++ b/tests/qemu-iotests/check
@@ -103,6 +103,12 @@ then
export QEMU_NBD_PROG="$build_root/qemu-nbd"
fi
+# we need common.env
+if ! . "$build_iotests/common.env"
+then
+ _init_error "failed to source common.env (make sure the qemu-iotests are run from tests/qemu-iotests in the build tree)"
+fi
+
# we need common.config
if ! . "$source_iotests/common.config"
then
OpenPOWER on IntegriCloud