Make `dune runtest` explicitly show passing tests

I have a dune project, in which I added cram-style tests in .t files. When I run dune runtest, the tests are being run, and any failures are promptly identified. However, when all tests pass, the command generates no output. I would like dune runtest to be a little more verbose, and show the tests which pass, how many tests there are, etc to get a sense of progress. What are the changes I can make, either to the dune files, or passing additional parameters to the command, to present more information about passing tests while running dune runtest? I couldn’t find any such options in the manual.

3 Likes

No, there’s nothing like that at the moment unfortunately.