[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 03/11] sg-run-job: fix typo in the examine jobs
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@xxxxxxxxxx> --- sg-run-job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sg-run-job b/sg-run-job index b7ce963a..ed1ed3c8 100755 --- a/sg-run-job +++ b/sg-run-job @@ -671,7 +671,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 ---------- -- 2.11.0 (Apple Git-81) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |