Mailing List Archive

[OSSTEST PATCH v2 34/41] cs-bisection-step: Move an AND
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cs-bisection-step b/cs-bisection-step
index 5d4e179e..f11726aa 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
--
2.20.1