We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d675859 + 6964d71 commit 14277f3Copy full SHA for 14277f3
src/Stack/Build/ExecutePackage.hs
@@ -1255,7 +1255,7 @@ singleTest topts testsToRun ac ee task installedMap = do
1255
else do
1256
unless expectFailure $
1257
logError $
1258
- displayShow $ TestSuiteExeMissing
+ fromString $ displayException $ TestSuiteExeMissing
1259
(package.buildType == C.Simple)
1260
exeName
1261
(packageNameString package.name)
src/Stack/Types/Build/Exception.hs
@@ -183,7 +183,7 @@ instance Exception BuildException where
183
isSimpleBuildType $ concat
184
[ "Test suite executable \""
185
, exeName
186
- , " not found for "
+ , "\" not found for "
187
, pkgName'
188
, ":test:"
189
, testName
0 commit comments