From: Roger Pau Monne Date: Wed, 25 Oct 2017 10:30:24 +0000 (+0100) Subject: osstest: Add freebsd runvars to examine job in generic flights X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fpretest;p=people%2Froyger%2Fosstest.git osstest: Add freebsd runvars to examine job in generic flights Previous patches only added the FreeBSD runvars to the jobs in the examine flight, but failed to also add them to the examine job in the generic flight. This is necessary because the examine jobs now contain a step which uses freebsd - the memdisk append determination. On installations without an anointed freebsd job, and with no freebsd-related config settings, that step will simply and harmlessly fail. Signed-off-by: Roger Pau Monné Acked-by: Ian Jackson Signed-off-by: Ian Jackson --- diff --git a/make-flight b/make-flight index ecce3c0..d595101 100755 --- a/make-flight +++ b/make-flight @@ -675,9 +675,11 @@ do_examine_one () { linux-*) ;; # often seems to regress *) return ;; # stuff used for guests is irrelevant esac + local freebsd_runvars + set_freebsd_runvars job_create_test test-$xenarch$kern-$dom0arch-examine \ host-examine-xen xl $xenarch $dom0arch \ - all_hostflags=$most_hostflags + all_hostflags=$most_hostflags $freebsd_runvars } test_matrix_do_one () {