mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 21:11:35 -07:00
Strip lines containing "STRIP" from ./striptests
This commit is contained in:
parent
b044f5b23a
commit
e7df718724
4 changed files with 9 additions and 11 deletions
|
@ -42,7 +42,7 @@ import Data.List
|
|||
import Data.Maybe
|
||||
import Data.Ord
|
||||
import Data.Semigroup
|
||||
import Debug.Trace
|
||||
import Debug.Trace -- STRIP
|
||||
import qualified Data.Map.Strict as Map
|
||||
import Test.QuickCheck.All (forAllProperties)
|
||||
import Test.QuickCheck.Test (quickCheckWithResult, stdArgs, maxSuccess)
|
||||
|
@ -1011,8 +1011,8 @@ checkStderrRedirect params redir@(T_Redirecting _ [
|
|||
|
||||
checkStderrRedirect _ _ = return ()
|
||||
|
||||
lt x = trace ("Tracing " ++ show x) x
|
||||
ltt t = trace ("Tracing " ++ show t)
|
||||
lt x = trace ("Tracing " ++ show x) x -- STRIP
|
||||
ltt t = trace ("Tracing " ++ show t) -- STRIP
|
||||
|
||||
|
||||
prop_checkSingleQuotedVariables = verify checkSingleQuotedVariables "echo '$foo'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue