diff --git a/src/Test/Tasty/Runners/Reporter.hs b/src/Test/Tasty/Runners/Reporter.hs
--- a/src/Test/Tasty/Runners/Reporter.hs
+++ b/src/Test/Tasty/Runners/Reporter.hs
@@ -278,7 +278,7 @@
         Just (TestOnly (OnlyTestFailed str)) -> do
           printLines
             [ prettyPath [red] testName groupNames_,
-              Text.pack resultDescription,
+              Text.pack str,
               "\n"
             ]
           mempty
diff --git a/tasty-test-reporter.cabal b/tasty-test-reporter.cabal
--- a/tasty-test-reporter.cabal
+++ b/tasty-test-reporter.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 4be19079a1c6b7f9a72566bedf7659d2454ce89e2e4cb3453bed91ca5b9ac59c
+-- hash: a4d345049a749ffb167be4b397124f8a212b1f39e91a3d110cdb3cf72a10eab4
 
 name:           tasty-test-reporter
-version:        0.1.0.3
+version:        0.1.1.0
 synopsis:       Producing JUnit-style XML test reports.
 description:    Please see the README at <https://github.com/stoeffel/tasty-test-reporter>.
 category:       Testing
