Skip to content

Commit

Permalink
Merge pull request #28 from hercules-ci/agent-test-no-color
Browse files Browse the repository at this point in the history
tests/agent-test: Disable color
  • Loading branch information
domenkozar committed Mar 27, 2019
2 parents 6c24c86 + d6f72f2 commit f8bfeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/agent-test/src/Main.hs
Expand Up @@ -13,7 +13,7 @@ main = do
hSetBuffering stdout LineBuffering
withTimeout $ withServer $ \server ->
hspecWith config (beforeAll (pure server) Spec.spec)
where config = defaultConfig { configColorMode = ColorAlways }
where config = defaultConfig { configColorMode = ColorNever }

withTimeout :: IO () -> IO ()
withTimeout =
Expand Down

0 comments on commit f8bfeca

Please sign in to comment.