From: Ian Jackson <ian.jack...@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.jack...@eu.citrix.com>
---
 ts-host-reuse | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
2.20.1


Reply via email to