>>> On 18.05.18 at 15:48, <[email protected]> wrote: > osstest service owner writes ("[xen-unstable-smoke baseline test] 122919: > tolerable all pass"): >> "Old" tested version had not actually been tested; therefore in this >> flight we test it, rather than a new candidate. The baseline, if >> any, is the most recent actually tested revision. > > This is a lie. In fact, the problem is that many of these flights are > rather ill-constructed. I have just force pushed the commit below to > osstest to fix it. > > Ian. > > From 86662216840ce20c2e6dd248e4a04492d11b27dd Mon Sep 17 00:00:00 2001 > From: Ian Jackson <[email protected]> > Date: Fri, 18 May 2018 13:42:13 +0000 > Subject: [OSSTEST PATCH] mg-adjust-flight-makexrefs: Repair after "Use ^ for > excluding jobs" > > In > 3b433e39382b13dda5d25aebecaf4864ef69c8d4 > "mg-adjust-flight-makexrefs: Use ^ for excluding jobs, not !" > a shell glob pattern was changed: > - !*) ifmatch=$tokeep; action=$todelete ; glob="${glob#!}" ;; > + [!^]*) ifmatch=$tokeep; action=$todelete ; glob="${glob#?}" ;; > > But in globbing, ! inside [ ] is a character class complement, not a > literal. The result is that mg-adjust-flight-makexrefs would > generally replace jobs willy-nilly.
Wouldn't [^!] work as well? Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
