]> xenbits.xensource.com Git - osstest.git/commit
osstest: explicitly set either enable or disable qemu-traditional
authorJuergen Gross <jgross@suse.com>
Tue, 26 Oct 2021 13:56:45 +0000 (15:56 +0200)
committerIan Jackson <iwj@xenproject.org>
Tue, 26 Oct 2021 15:03:43 +0000 (16:03 +0100)
commitca46d1f706685527f1a282a645afff4057961f63
tree85fae35bab52505d24847b47009d51e2054d9fb3
parent368d1fab8b9f96a0bd81dcda33d297b814680f80
osstest: explicitly set either enable or disable qemu-traditional

Instead of setting "--enable-qemu-traditional" or not, switch to
setting "--enable-qemu-traditional" or "--disable-qemu-traditional".

This avoids a latent bug in the disable case, as the availability
of the option is tested via grep, which will otherwise grep for
nothing.

Reported-by: Ian Jackson <iwj@xenproject.org>
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
ts-xen-build