If you do something dumb enough, the test runner won't print out your test failures
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Sun Oct 23 14:58:30 PDT 2016
On Sunday, 23 October 2016 at 21:52:26 UTC, Jonathan M Davis
wrote:
> LOL. This was too funny not to share. I had a unittest failure
> in a project that I'm working on, and dub ended up just
> printing out
Nice story, thanks for sharing :)
You can change your shell prompt so it displays the exit code of
the last command. It's something frequently seen in people's
custom prompts. (Here's mine:
https://github.com/CyberShadow/cyberzshadow)
More information about the Digitalmars-d
mailing list