Bugzilla – Attachment 109886 Details for
Bug 26384
Missing test to catch for execution flags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26384: (QA follow-up) Fix two exceptions
Bug-26384-QA-follow-up-Fix-two-exceptions.patch (text/plain), 1.25 KB, created by
Marcel de Rooy
on 2020-09-11 07:14:39 UTC
(
hide
)
Description:
Bug 26384: (QA follow-up) Fix two exceptions
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-09-11 07:14:39 UTC
Size:
1.25 KB
patch
obsolete
>From 35130cdfb6b4f188e164ac17b45992dad583d66b Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 11 Sep 2020 07:11:22 +0000 >Subject: [PATCH] Bug 26384: (QA follow-up) Fix two exceptions >Content-Type: text/plain; charset=utf-8 > >AuthUtils.t went back to 644, but should be 755 >Adding an exception in the xt test for fix-old-fsf-address.exclude > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/AuthUtils.t | 0 > xt/find-misplaced-executables | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) > mode change 100644 => 100755 t/db_dependent/AuthUtils.t > >diff --git a/t/db_dependent/AuthUtils.t b/t/db_dependent/AuthUtils.t >old mode 100644 >new mode 100755 >diff --git a/xt/find-misplaced-executables b/xt/find-misplaced-executables >index 50044aa05e..74c6e6f18e 100755 >--- a/xt/find-misplaced-executables >+++ b/xt/find-misplaced-executables >@@ -34,7 +34,7 @@ sub wanted { > return if -d $name; # Skip dir > > # Search for missing x in svc, xt and t >- if ( $name =~ m[^\./(svc|xt)] && $name ne './xt/perltidyrc' >+ if ( $name =~ m[^\./(svc|xt)] && $name !~ m[\./xt/(perltidyrc|fix-old-fsf-address\.exclude)] > || $name =~ m[^\./t/.*\.t$] ) > { > push @files, $name unless -x $name; >-- >2.11.0
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 26384
:
109691
|
109692
|
109845
|
109847
|
109848
|
109884
|
109885
| 109886 |
110834