[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 07/13] sg-run-job: Do not set a step status to pass unless it's running
This avoids skip etc. being treated as pass. Signed-off-by: Ian Jackson <iwj@xxxxxxxxxxxxxx> --- tcl/JobDB-Executive.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tcl/JobDB-Executive.tcl b/tcl/JobDB-Executive.tcl index 38248823e..8e0062f59 100644 --- a/tcl/JobDB-Executive.tcl +++ b/tcl/JobDB-Executive.tcl @@ -326,6 +326,7 @@ proc step-set-status {flight job stepno st} { AND status<>'broken' AND status<>'starved' AND status<>'fail' + AND NOT ('$st' = 'pass' AND status <> 'running') " set pause 0 db-execute-array stopinfo " -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |