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é <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
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 () {