Skip to content

Commit

Permalink
dhall:tasty: Disable hiding output from successful tests
Browse files Browse the repository at this point in the history
…to help debug #2237.
  • Loading branch information
sjakobi committed Jul 1, 2021
1 parent 5e65ca4 commit d7d4c10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dhall/tests/Dhall/Test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,12 @@ main = do

System.Environment.setEnv "DHALL_TEST_VAR" "6 * 7"

-- Temporarily disabled to help with
-- https://github.com/dhall-lang/dhall-haskell/issues/2237:
--
-- Make test failures easier to find by eliding the successes.
-- https://github.com/feuerbach/tasty/issues/273#issuecomment-657054281
System.Environment.setEnv "TASTY_HIDE_SUCCESSES" "true"
-- System.Environment.setEnv "TASTY_HIDE_SUCCESSES" "true"

allTests <- getAllTests

Expand Down

0 comments on commit d7d4c10

Please sign in to comment.