dedis / onet

Overlay Network for distributed protocols
GNU Lesser General Public License v3.0
50 stars 29 forks source link

Better logging with go test -v #673

Closed ineiti closed 3 years ago

ineiti commented 3 years ago

The 'MainTest' method was not aware that 'go test -v' only prints stdout if there was an error.

This PR removes the manual silencing of 'MainTest', allowing a simplified showing of errors, without having to resort to redirections to a file.

Replaces dedis/cothority#2427

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication