These changes are obvious. Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- sg-check-tested | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/sg-check-tested b/sg-check-tested index 8cdc8a9..e503cf0 100755 --- a/sg-check-tested +++ b/sg-check-tested @@ -58,12 +58,14 @@ END WHERE (name = ? OR name = ?) AND val != '' AND NOT (val = ? OR val LIKE ?) + AND ${\ main_revision_job_cond('r.job') } AND r.flight = flights.flight) END EXISTS (SELECT * FROM runvars r WHERE name = ? + AND ${\ main_revision_job_cond('r.job') } AND r.flight = flights.flight AND val != '') END @@ -160,6 +162,7 @@ END SELECT DISTINCT val FROM runvars WHERE flight=? + AND ${\ main_revision_job_cond('job') } AND (name=? OR name=?) END $flight, -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel