]> xenbits.xensource.com Git - osstest.git/commitdiff
Revert "host reuse: Reuse hosts only in same role (for now)"
authorIan Jackson <iwj@xenproject.org>
Fri, 16 Oct 2020 16:35:22 +0000 (17:35 +0100)
committerIan Jackson <iwj@xenproject.org>
Fri, 16 Oct 2020 16:35:25 +0000 (17:35 +0100)
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.

ts-host-reuse

index ea8a471d03f1794a51f768387ed166b98c3c61a3..e2498bb6c28839928f9c9688986b3dd66e4dbd0e 100755 (executable)
@@ -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};