Bugzilla – Attachment 163960 Details for
Bug 36176
[23.11 and below] We need tests to check for 'cud-' operations in stable branches (pre-24.05)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36176: Exclude misc/releases_notes/*
Bug-36176-Exclude-miscreleasesnotes.patch (text/plain), 751 bytes, created by
Lucas Gass (lukeg)
on 2024-03-26 20:32:51 UTC
(
hide
)
Description:
Bug 36176: Exclude misc/releases_notes/*
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-03-26 20:32:51 UTC
Size:
751 bytes
patch
obsolete
>From b3c2b8c28089e31b384acd26207c646a2e8e5037 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 26 Mar 2024 20:32:15 +0000 >Subject: [PATCH] Bug 36176: Exclude misc/releases_notes/* > >--- > xt/find-cud.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/xt/find-cud.t b/xt/find-cud.t >index 0f0805773a..67721bf1e8 100755 >--- a/xt/find-cud.t >+++ b/xt/find-cud.t >@@ -19,7 +19,7 @@ use Modern::Perl; > use Test::More tests => 1; > use Data::Dumper; > >-my @files = `git grep 'cud-' ':(exclude)xt/find-cud.t'`; >+my @files = `git grep 'cud-' ':(exclude)xt/find-cud.t' ':(exclude)misc/release_notes/*'`; > chomp for @files; > > is( @files, 0, "This branch is not supposed to have 'cud-', see bug 34478." ) >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36176
:
162536
|
162550
|
162659
| 163960