From 92f64de115a7fe9ff52c4f7a2b00273487826e91 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 13 Apr 2022 22:18:59 -0400 Subject: [PATCH] Add FIXMEV5 comments --- test_regress/t/t_dist_fixme.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_regress/t/t_dist_fixme.pl b/test_regress/t/t_dist_fixme.pl index f722de3fe..74c927883 100755 --- a/test_regress/t/t_dist_fixme.pl +++ b/test_regress/t/t_dist_fixme.pl @@ -38,7 +38,8 @@ if (!-r "$root/.git") { print "$grep\n"; foreach my $line (split /\n/, $grep) { print "L $line\n"; - $names{$1} = 1 if $line =~ /^([^:]+)/; + # FIXMEV5 for use in develop-v5 branch until merged to master + $names{$1} = 1 if $line =~ /^([^:]+)/ && $line !~ /FIXMEV5/; } } }