aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-04-10 23:02:15 -0700
committerJohn MacFarlane <[email protected]>2024-04-10 23:02:15 -0700
commit92fb7fcb97e355fe488ba8683679225f7a56c6a8 (patch)
treeb005eeb0d824a64b48c60bbcba0472dadb9e388d
parentc3887a5255f6c1fd3c435b7317a3ad36490a5e26 (diff)
add diagnostic.
-rw-r--r--test/Tests/Command.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Tests/Command.hs b/test/Tests/Command.hs
index 418a05c6a..c50531a4e 100644
--- a/test/Tests/Command.hs
+++ b/test/Tests/Command.hs
@@ -135,6 +135,7 @@ extractCommandTest testExePath fp = unsafePerformIO $ do
def{ readerExtensions = pandocExtensions } contents)
let codeblocks = map extractCode $ filter isCodeBlock blocks
let cases = zipWith (runCommandTest testExePath fp) [1..] codeblocks
+ error $ "testExecPath: " <> show testExePath
return $ testGroup fp
$ if null cases
then [testCase "!!" $ assertFailure "No command tests defined"]