From: Ian Jackson Date: Mon, 20 Nov 2017 16:07:32 +0000 (+0000) Subject: ts-host-reuse: Do not depend on bios X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=88b901b21b1012c6e470a7625fbcac097d29825c;p=osstest.git ts-host-reuse: Do not depend on bios 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 --- diff --git a/ts-host-reuse b/ts-host-reuse index 74ac94a..67de480 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);