Have \bplay\b simply bypass the blessing check, but not the harness
revision update which follows.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
die "modifying flight $fl but flight not found\n"
unless defined $bless;
- return if $bless =~ m/\bplay\b/;
- die "modifying flight $fl blessing $bless expected @$flok\n"
- unless grep { $_ eq $bless } @$flok;
+
+ unless ($bless =~ m/\bplay\b/) {
+ die "modifying flight $fl blessing $bless expected @$flok\n"
+ unless grep { $_ eq $bless } @$flok;
+ }
my $rev = get_harness_rev();