go-ios
go-ios copied to clipboard
feat: Format test results as JSON
trafficstars
Updated the runtest and runxctest commands:
- Test results are now serialized to JSON and written to stdout.
- Removed an unnecessary log.Info() call, which mistakenly printed the string length of the formatted struct.
- Results are now always written to stdout, even when the
--log-outputoption is missing (previously, they were only written when this option was present).
Fixes: #573