]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
host examination: Actually permanently save the logs
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 19 May 2017 14:39:49 +0000 (15:39 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 1 Jun 2017 10:26:49 +0000 (11:26 +0100)
Due to an oversight, this was not plumbed into sg-run-job.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
sg-run-job

index ceb79800c2dac6318c6ac42b9f5bf946d8c638b5..43f3daadd0c5720db532b174150ab9436d63a9f7 100755 (executable)
@@ -520,6 +520,7 @@ proc examine-host-examine {install} {
     run-ts !broken capture-logs ts-logs-capture       + host
     if {$ok} {
        run-ts -.  =           ts-examine-serial-post + host
+       run-ts .   =           ts-examine-logs-save   + host
     }
 }