From: Ian Jackson Date: Wed, 17 Jun 2015 16:38:37 +0000 (+0100) Subject: sg-report-host-history: Make --html-dir have to be host/ X-Git-Tag: wip.libvirt-v3-base~121 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f397795429d5d92cdced93c8ee3fa20563c3920f;p=people%2Fliuw%2Fosstest.git sg-report-host-history: Make --html-dir have to be host/ Signed-off-by: Ian Jackson --- diff --git a/sg-report-host-history b/sg-report-host-history index ad9f248..f4e73e9 100755 --- a/sg-report-host-history +++ b/sg-report-host-history @@ -136,7 +136,7 @@ sub reporthost ($) { die if $hostname =~ m/[^-_.+0-9a-z]/; - my $html_file= "$htmlout/host.$hostname.html"; + my $html_file= "$htmlout/$hostname.html"; open H, "> $html_file.new" or die "$html_file $!"; my $title= "host history $hostname\n";