Skip to content

Commit

Permalink
greskell.cabal: add 'manual: True' to hint-test flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
debug-ito committed Jun 24, 2018
1 parent 92ab41a commit 25e6b7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion greskell/greskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ test-suite doctest


flag hint-test
description: Do tests that use Haskell interpreter
description: Do tests that use Haskell interpreter (hint package).
These tests depend on the behavior of the hint package, so it may be unstable.
Disable the flag to skip the tests.
default: True
manual: True

test-suite hint-test-suite
if !flag(hint-test)
Expand Down

0 comments on commit 25e6b7f

Please sign in to comment.