]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
make-flight: don't create ovmf tests for seabios branch
authorWei Liu <wei.liu2@citrix.com>
Wed, 25 May 2016 10:46:21 +0000 (11:46 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 7 Jun 2016 13:31:21 +0000 (14:31 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
make-flight

index f324f6af914dc73a9ee257c08201e2e2a74f4152..18e5bc345ef0597b248ce2b2342f9ba620bc13e9 100755 (executable)
@@ -122,6 +122,7 @@ job_create_test_filter_callback () {
           *) return 1;;
       esac
       case $job in
+          *-qemuu-ovmf-*) return 1;;
           *-qemuu-*) ;;
           *) return 1;;
       esac