aboutsummaryrefslogtreecommitdiff
path: root/third-party/utfTerminalDetailed.lua
Commit message (Collapse)AuthorAge
* build: Remove busted output handler utfTerminalDetailedThiago de Arruda2015-04-11
| | | | | Busted now contains "gtest", which can be used for the same purpose as utfTerminalDetailed.
* deps: Update busted and dependenciesThiago de Arruda2015-03-24
|
* deps: Add utfTerminalDetailed busted output handlerThiago de Arruda2015-03-15
This is a variant of the utfTerminal output handler that will: - Output the file name before each suite is executed - Output the test name before each test is executed This will make it simpler to identify crashing/hanging tests.