From: Ian Jackson Date: Fri, 31 Jul 2020 11:06:38 +0000 (+0100) Subject: cs-bisection-step: Move an AND X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=10cf6ff9d7092f9e60e5bf2630b106e631fb54d9;p=osstest.git cs-bisection-step: Move an AND This obviously-fine change makes the next commit easier to review. Signed-off-by: Ian Jackson --- v2: New patch. --- diff --git a/cs-bisection-step b/cs-bisection-step index 5d4e179..f11726a 100755 --- a/cs-bisection-step +++ b/cs-bisection-step @@ -266,8 +266,8 @@ $qtxt_common_tables CROSS JOIN tmp_build_info AS url WHERE -@{ $qtxt_common_rev_ok->('rev') } - AND url.name LIKE E'tree\\_%' +@{ $qtxt_common_rev_ok->('rev') } AND + url.name LIKE E'tree\\_%' AND url.use = rev.use AND url.job = rev.job AND (rev.name = 'built_revision_' || substr(url.name,6) OR