mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-24 21:21:58 +01:00
Slightly more readable test output
This commit is contained in:
parent
cb3d316cd3
commit
98a89491f2
@ -138,7 +138,7 @@ runTestSuite cabalVersion settings testdir (packageName, SelectedPackageInfo {..
|
|||||||
if passed
|
if passed
|
||||||
then do
|
then do
|
||||||
removeFile logfile
|
removeFile logfile
|
||||||
when expectedFailure $ putStrLn $ package ++ " passed, but I didn't think it would."
|
when expectedFailure $ putStrLn $ " " ++ package ++ " passed, but I didn't think it would."
|
||||||
else unless expectedFailure $ putStrLn $ concat
|
else unless expectedFailure $ putStrLn $ concat
|
||||||
[ "Test suite failed: "
|
[ "Test suite failed: "
|
||||||
, package
|
, package
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user