You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Each test is logging all the events happens during the test rather than just printing out what has failed. It is impossible to find out what actually failed.
Log only the failure case with helpful context.
The text was updated successfully, but these errors were encountered:
I wired a "-logs" flag into the test harness branch I'm working on. Without -logs set, the stdio pipes will be silent. The WIP PR should be submitted today.
See https://ci.appveyor.com/project/jessfraz/dep/build/52 for an example output of the tests.
Each test is logging all the events happens during the test rather than just printing out what has failed. It is impossible to find out what actually failed.
Log only the failure case with helpful context.
The text was updated successfully, but these errors were encountered: