From: Ian Jackson Date: Fri, 16 Oct 2020 16:35:22 +0000 (+0100) Subject: Revert "host reuse: Reuse hosts only in same role (for now)" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d4ee5b9782477d5f7de48b9a49369a968143a70a;p=osstest.git Revert "host reuse: Reuse hosts only in same role (for now)" This workaround is no longer needed because I have fixed the problem properly. Also, it didn't work anyway, because at that point $ho isn't set, so all this did was produce some Perl warnings. This reverts commit f3668acae2c6201c680dc7b4e9085ab184136d7e. --- diff --git a/ts-host-reuse b/ts-host-reuse index ea8a471..e2498bb 100755 --- a/ts-host-reuse +++ b/ts-host-reuse @@ -67,7 +67,6 @@ sub sharetype_add ($$) { sub compute_test_sharetype () { my @runvartexts; my %done; - push @runvartexts, $ho->{Ident}; foreach my $key (runvar_glob(@accessible_runvar_pats)) { next if runvar_is_synth($key); my $val = $r{$key};