You can run an application in non-test mode via retro app.retro
.
You can also accomplish this via retro -f app.retro
.
It is possible to run tests via retro -t -f app.retro
.
It is not possible to run tests with retro -t app.retro
(notice the missing -f)
Current behavior appears to be a noop. This behavior is inconsistent with the non-test equivalent.
This is now fixed.