Bugzilla – Attachment 178049 Details for
Bug 39115
Tidy script should list the files we do not want to tidy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39115: Remove exclude list from tt_tidy.t
Bug-39115-Remove-exclude-list-from-tttidyt.patch (text/plain), 865 bytes, created by
Nick Clemens (kidclamp)
on 2025-02-13 19:46:57 UTC
(
hide
)
Description:
Bug 39115: Remove exclude list from tt_tidy.t
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-02-13 19:46:57 UTC
Size:
865 bytes
patch
obsolete
>From 24916a73a232afd6090b96108faf28d2a2ffcc7e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 12 Feb 2025 21:47:33 +0100 >Subject: [PATCH] Bug 39115: Remove exclude list from tt_tidy.t > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > xt/tt_tidy.t | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/xt/tt_tidy.t b/xt/tt_tidy.t >index dfb3de2f8cf..c97ce7da545 100755 >--- a/xt/tt_tidy.t >+++ b/xt/tt_tidy.t >@@ -23,8 +23,7 @@ use Test::Strict; > use Parallel::ForkManager; > use Sys::CPU; > >-my @tt_files = >- qx{git ls-files '*.tt' '*.inc' ':(exclude)Koha/ILL/Backend/' ':(exclude)*doc-head-open.inc' ':(exclude)misc/cronjobs/rss'}; >+my @tt_files = qx{git ls-files '*.tt' '*.inc'}; > > $Test::Strict::TEST_STRICT = 0; > >-- >2.39.5
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 39115
:
177971
|
177972
|
177979
|
177980
|
177984
|
177985
|
178003
|
178017
|
178048
|
178049
|
178050
|
178051
|
178052
|
178053
|
178108
|
178109
|
178110
|
178111
|
178112
|
178113
|
178127