vlsi-release-plugins
vlsi-release-plugins copied to clipboard
use printTestResult for all AbstractTestTasks
be aware of, I did not test it and made the changes via web-gui but I hope it will serve as basis for an improvement.
Currently, I don't see the nice prints for a kotlin JS project (and the same would be true for other targets). Unfortunately, the kotlin people decided to create test tasks for those targets which do not inherit from Test (no idea why):
Using AbstractTestTask could solve this.
@vlsi I guess you overlooked this one. Could you take a look and let me know if something should be adjusted? Thanks