guardian / play-secret-rotation

Rotate your Application Secret on an active cluster of Play app servers
14 stars 3 forks source link

Include scalatest test results on stdout #496

Closed emdash-ie closed 1 month ago

emdash-ie commented 1 month ago

What does this change?

By default, using scalatest’s -u flag (which outputs test results to a junit xml file) stops the results from appearing on stdout: there’s still a final summary, but not the test-by-test output. This can make it a bit difficult to tell at a glance which tests have failed, so in this PR I’ve added the -o flag to restore the stdout output.