[commit: packages/bytestring] 0.10.4.x, master: Enable --show-details=always (3115296)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:42:44 UTC 2015


Repository : ssh://git@git.haskell.org/bytestring

On branches: 0.10.4.x,master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/311529699495d45b06ffdfcf9f05419293cf217e

>---------------------------------------------------------------

commit 311529699495d45b06ffdfcf9f05419293cf217e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Jun 7 09:54:16 2014 +0200

    Enable --show-details=always
    
    ...so we can see better what actually goes wrong on failures


>---------------------------------------------------------------

311529699495d45b06ffdfcf9f05419293cf217e
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0fc37f1..67126bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ install:
 script:
  - cabal configure --enable-tests -v2
  - cabal build
- - cabal test
+ - cabal test --show-details=always
  - cabal sdist
  # "cabal check" disabled due to -O2 warning
  - export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;



More information about the ghc-commits mailing list