diff mbox

[OSSTEST,1/3] host examination: Actually permanently save the logs

Message ID 1495467922-30085-1-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson May 22, 2017, 3:45 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Roger Pau Monne May 23, 2017, 1:08 p.m. UTC | #1
On Mon, May 22, 2017 at 04:45:20PM +0100, Ian Jackson wrote:
> Due to an oversight, this was not plumbed into sg-run-job.
> 
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Roger.
diff mbox

Patch

diff --git a/sg-run-job b/sg-run-job
index ceb7980..43f3daa 100755
--- a/sg-run-job
+++ b/sg-run-job
@@ -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
     }
 }