]> xenbits.xensource.com Git - osstest.git/commitdiff
cs-bisection-step: Move an AND
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 31 Jul 2020 11:06:38 +0000 (12:06 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 6 Aug 2020 09:23:19 +0000 (10:23 +0100)
This obviously-fine change makes the next commit easier to review.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
v2: New patch.

cs-bisection-step

index 5d4e179e90f177956402777605a6dc85ab94cf6b..f11726aa9e01edfe35b57c20f06b888c459a68d5 100755 (executable)
@@ -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