[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] osstest: fix examine job in generic flight
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. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- make-flight | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make-flight b/make-flight index ecce3c0a..d595101c 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 () { -- 2.13.5 (Apple Git-94) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |