From: Ian Jackson Date: Tue, 5 May 2015 18:25:59 +0000 (+0100) Subject: make-flight: Drop unspecified-qemu tests X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ea063ffa22c5767fdfb8148b34b80c652465524a;p=people%2Fdariof%2Fosstest.git make-flight: Drop unspecified-qemu tests The default since 4.3 onwards is qemuu only, and we do not expect it to change. Signed-off-by: Ian Jackson --- diff --git a/make-flight b/make-flight index 70c1900..cfe96dd 100755 --- a/make-flight +++ b/make-flight @@ -388,6 +388,13 @@ test_matrix_do_one () { for qemuu_suffix in '' -qemut -qemuu; do case "$qemuu_suffix" in '') + case $xenbranch in + xen-3.*-testing) ;; + xen-4.0-testing) ;; + xen-4.1-testing) ;; + xen-4.2-testing) ;; + *) continue ;; + esac qemuu_runvar='' ;; -qemut)