Re: [Xen-devel] [OSSTEST PATCH 03/10] Flight restriction: Update cs-bisection-step

2015-07-24 Thread Ian Campbell
On Thu, 2015-07-23 at 19:19 +0100, Ian Jackson wrote: > Use restrictflight_arg and restrictflight_cond. > > This entails replacing $maxflight_cond (which is empty or contains a > series of texts each starting with AND) with $restrictflight_cond > (which is actually an expression, and might be just

[Xen-devel] [OSSTEST PATCH 03/10] Flight restriction: Update cs-bisection-step

2015-07-23 Thread Ian Jackson
Use restrictflight_arg and restrictflight_cond. This entails replacing $maxflight_cond (which is empty or contains a series of texts each starting with AND) with $restrictflight_cond (which is actually an expression, and might be just "TRUE"). No functional change. Signed-off-by: Ian Jackson --