Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 951813 Details for
Bug 1158522
ShellCheck FTBS on ppc(64(le)), s390(x) and aarch64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch disabling tests
ShellCheck-disable-tests.patch (text/plain), 1.83 KB, created by
Jakub Čajka
on 2014-10-29 14:47:09 UTC
(
hide
)
Description:
Patch disabling tests
Filename:
MIME Type:
Creator:
Jakub Čajka
Created:
2014-10-29 14:47:09 UTC
Size:
1.83 KB
patch
obsolete
>diff -up ShellCheck-0.3.4/ShellCheck/Analytics.hs.tphs ShellCheck-0.3.4/ShellCheck/Analytics.hs >--- ShellCheck-0.3.4/ShellCheck/Analytics.hs.tphs 2014-10-29 08:32:16.042662060 -0400 >+++ ShellCheck-0.3.4/ShellCheck/Analytics.hs 2014-10-29 08:32:16.052662060 -0400 >@@ -32,7 +32,7 @@ import ShellCheck.Data > import ShellCheck.Parser hiding (runTests) > import Text.Regex > import qualified Data.Map as Map >-import Test.QuickCheck.All (quickCheckAll) >+--import Test.QuickCheck.All (quickCheckAll) > > data Shell = Ksh | Zsh | Sh | Bash > deriving (Show, Eq) >diff -up ShellCheck-0.3.4/ShellCheck.cabal.tphs ShellCheck-0.3.4/ShellCheck.cabal >--- ShellCheck-0.3.4/ShellCheck.cabal.tphs 2014-07-08 21:52:01.000000000 -0400 >+++ ShellCheck-0.3.4/ShellCheck.cabal 2014-10-29 08:43:29.762662060 -0400 >@@ -26,8 +26,6 @@ Extra-Source-Files: > -- documentation > README.md > shellcheck.1.md >- -- tests >- test/shellcheck.hs > > source-repository head > type: git >@@ -65,17 +63,3 @@ executable shellcheck > QuickCheck >= 2.2 > main-is: shellcheck.hs > >-test-suite test-shellcheck >- type: exitcode-stdio-1.0 >- build-depends: >- ShellCheck, >- base >= 4 && < 5, >- containers, >- directory, >- json, >- mtl, >- parsec, >- regex-compat, >- QuickCheck >= 2.2 >- main-is: test/shellcheck.hs >- >diff -up ShellCheck-0.3.4/ShellCheck/Parser.hs.tphs ShellCheck-0.3.4/ShellCheck/Parser.hs >--- ShellCheck-0.3.4/ShellCheck/Parser.hs.tphs 2014-10-29 08:32:16.042662060 -0400 >+++ ShellCheck-0.3.4/ShellCheck/Parser.hs 2014-10-29 08:32:16.052662060 -0400 >@@ -33,7 +33,7 @@ import Prelude hiding (readList) > import System.IO > import Text.Parsec.Error > import GHC.Exts (sortWith) >-import Test.QuickCheck.All (quickCheckAll) >+--import Test.QuickCheck.All (quickCheckAll) > > backslash = char '\\' > linefeed = optional carriageReturn >> char '\n'
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
Attachments on
bug 1158522
: 951813