Add quiet unit test reporter

This commit is contained in:
Brad Chase
2017-02-14 15:57:16 -05:00
committed by seelabs
parent 4b0a0b0b85
commit 60416b18a5
8 changed files with 257 additions and 11 deletions

View File

@@ -127,7 +127,7 @@ test_script:
- ps: |
& {
# Run the rippled unit tests
& $exe --unittest
& $exe --unittest --quiet --unittest-log
# https://connect.microsoft.com/PowerShell/feedback/details/751703/option-to-stop-script-if-command-line-exe-fails
if ($LastExitCode -ne 0) { throw "Unit tests failed" }
}