]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
sg-report-host-history: Make --html-dir have to be host/
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 17 Jun 2015 16:38:37 +0000 (17:38 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 18 Jun 2015 15:31:05 +0000 (16:31 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
sg-report-host-history

index ad9f2484b065da3731dc1a3bac604a9c735f8639..f4e73e929d8d0f91d89a97c1f896a1f2e2b82928 100755 (executable)
@@ -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";