How do you get automation test results from the command prompt?

The tests appear to run, but the logs don’t show any pass/fail for the tests. I made sure to have TestEqual("Always fail", true, false); in my tests (which correctly shows as failed in the editor) but the logs don’t show any of the tests failed. Do you know what I can expect the logs to show?