This is mostly useful in ad-hoc situations.  For example, it can be
usefully used with ./mg-adjust-flight-makexrefs.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
v4: New patch, which helps with issues I tripped over while trying
     to ad-hoc test the livepatch series.
---
 sg-check-tested | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sg-check-tested b/sg-check-tested
index 3c09aac..a0a2db7 100755
--- a/sg-check-tested
+++ b/sg-check-tested
@@ -98,6 +98,10 @@ END
                 AND j.flight = flights.flight
                 AND j.status = 'pass')
 END
+    } elsif (m/^--flight=(.*)$/) {
+       my @flts = split /,/, $1;
+       push @conds_vars, @flts;
+       push @conds, "(".(join " OR ", map { "flight=?" } @flts).")";
     } elsif (m/^--print-revision=(.*)$/) {
         die if $prrev;
         $prrev= $1;
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to