diff mbox

osstest: fix examine job in generic flight

Message ID 20171025103024.54075-1-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Roger Pau Monné Oct. 25, 2017, 10:30 a.m. UTC
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@citrix.com>
---
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
---
 make-flight | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox

Patch

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 () {