]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
make-flight: Drop unspecified-qemu tests
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 5 May 2015 18:25:59 +0000 (19:25 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 6 May 2015 23:49:27 +0000 (00:49 +0100)
The default since 4.3 onwards is qemuu only, and we do not expect
it to change.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
make-flight

index 70c1900bfe7f9bbeb052af46e6a4fd29c7fa45b5..cfe96dd5a733a47edbcb803fb017470012aa52f1 100755 (executable)
@@ -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)