Skip to content

Commit

Permalink
No --show-details=streaming in new-test?
Browse files Browse the repository at this point in the history
not according to haskell/cabal#4766
but I agree with the discussion that streaming is the right default. I
want my colors!
  • Loading branch information
nomeata committed Jul 24, 2018
1 parent 0b734b3 commit 571b92b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ prepare: prepare-ghc prepare-ghcjs

test: sessions.js logics.js
rm -vf logic/.ghc.environment*
cd logic && cabal new-test $(CABAL_FLAGS) --show-details=streaming
# see https://github.com/haskell/cabal/issues/4766 for --show-details=streaming
cd logic && cabal new-test $(CABAL_FLAGS)
! which jshint || jshint webui/*.js sessions.js logics.js

logic.js: logic/*.cabal logic/*.hs logic/js/*.hs
Expand Down

0 comments on commit 571b92b

Please sign in to comment.