]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
sg-run-job: fix typo in the examine jobs
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 23 Oct 2017 09:56:59 +0000 (10:56 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 24 Oct 2017 11:04:31 +0000 (12:04 +0100)
proc prep-job/host-examine-xen is declared twice, one of them should
be prep-job/host-examine-linux instead.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
sg-run-job

index b1f94f4dc3cbfb6ac1951700a5671c6db4c841d8..05629535b32159879381c978ad0fffaa760257cc 100755 (executable)
@@ -666,7 +666,7 @@ proc prep-job/host-examine-xen {} { examine-host-prep }
 proc run-job/host-examine-xen {} { examine-host-examine xen }
 
 proc need-hosts/host-examine-linux {} { return {} }
-proc prep-job/host-examine-xen {} { examine-host-prep }
+proc prep-job/host-examine-linux {} { examine-host-prep }
 proc need-hosts/host-examine-linux {} { examine-host-examine debian }
 
 #---------- builds ----------