mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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
|
||||
then do
|
||||
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
|
||||
[ "Test suite failed: "
|
||||
, package
|
||||
|
||||
Loading…
Reference in New Issue
Block a user