X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=qemu-sanity-check.spec.in;h=cc6ca3a02f7de5d13c331df2ba82fc757252ebc7;hb=4b13d9cf4d0d6df54d6eae207258569ccfe0cd3c;hp=f2d3ad037257a7121d3b1380a0429386d7667f26;hpb=dd43593f207ab1854c903b3233d0cbd606ae8be6;p=qemu-sanity-check.git diff --git a/qemu-sanity-check.spec.in b/qemu-sanity-check.spec.in index f2d3ad0..cc6ca3a 100644 --- a/qemu-sanity-check.spec.in +++ b/qemu-sanity-check.spec.in @@ -19,13 +19,13 @@ BuildRequires: glibc-static # BuildRequire these in order to let 'make check' run. These are # not required unless you want to run the tests. Note don't run the # tests on ARM since qemu isn't likely to work. -%ifarch %{ix86} x86-64 +%ifarch %{ix86} x86_64 BuildRequires: qemu-system-x86 %endif BuildRequires: kernel -%ifarch %{ix86} x86-64 +%ifarch %{ix86} x86_64 Requires: qemu-system-x86 %endif %ifarch armv7hl @@ -45,12 +45,14 @@ to test the Linux kernel and/or qemu to make sure they are working. %build -%configure +# NB: canonical_arch is a variable in the final script, so it +# has to be escaped here. +%configure --with-qemu-list="qemu-system-\$canonical_arch" make %{?_smp_mflags} %check -%ifarch %{ix86} x86-64 +%ifarch %{ix86} x86_64 make check || { cat test-suite.log exit 1