]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
sg-report-host-history: make link to host examination results
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 5 Dec 2017 17:24:04 +0000 (17:24 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 5 Dec 2017 19:01:24 +0000 (19:01 +0000)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
sg-report-host-history

index e86e03b98c3154d6885961275f52714d858bc969..19a86abd9ddc3c61d1bee51a00b957e06918ee8f 100755 (executable)
@@ -149,6 +149,8 @@ sub reporthost ($) {
     $title= encode_entities($title);
     print H "<html><head><title>$title</title></head><body>\n";
     print H "<h1>$title</h1>\n";
+    printf H "<a href=\"%s\">logs from last host examination</a><p>\n",
+       "$hostname.examine/";
     print H "<table rules=all><tr>\n";
 
     print H "<th>alloc testid</th><th>alloc completed</th>\n";