diff mbox series

[OSSTEST,40/82] ts-host-reuse: Do not depend on bios

Message ID 20201007180024.7932-41-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series Reuse test hosts | expand

Commit Message

Ian Jackson Oct. 7, 2020, 5:59 p.m. UTC
From: Ian Jackson <ian.jackson@eu.citrix.com>

Weirdly, this is only used for guests.  Really, it should be a
target_var, not a raw runvar applying to all guests, since it can be
guest-specific.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ts-host-reuse | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ts-host-reuse b/ts-host-reuse
index 74ac94aa..67de480f 100755
--- a/ts-host-reuse
+++ b/ts-host-reuse
@@ -71,7 +71,7 @@  sub compute_test_sharetype () {
     sharetype_add('di', $ho->{DiVersion});
 
     foreach my $runvar (qw(freebsd_distpath freebsdbuildjob
-			   bios xenable_xsm toolstack kernkind)) {
+			   xenable_xsm toolstack kernkind)) {
 	my $val = $r{$runvar};
 	die "$runvar $val ?" if defined $val && $val =~ m{[,/\%\\]};
 	sharetype_add($runvar, $val);