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....@citrix.com>
---
Cc: Ian Jackson <ian.jack...@eu.citrix.com>
---
 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@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to