460cfc231f
Split off qemu-testsuite.spec to decouple retriggering the sometimes-failing tests from the lengthy build of the binaries. Extend test coverage to include iotests for block backends. Drop the SUSE-only MAC address warning for now, to keep output-checking tests from failing. Re-enable glusterfs support for Factory (updated to v3.6.2). Re-enable libseccomp support for armv7l (submission of patched v2.2.0 pending). OBS-URL: https://build.opensuse.org/request/show/295465 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=248
9 lines
185 B
Bash
9 lines
185 B
Bash
#!/bin/sh
|
|
|
|
cp qemu.changes qemu-testsuite.changes
|
|
|
|
if [ "$1" != "-q" ]; then
|
|
echo "Note that the patch queue needs to be regenerated via update_git.sh"
|
|
echo "before running $0."
|
|
fi
|