added some extra logging for test failures for easier feedback#1763
added some extra logging for test failures for easier feedback#1763dgageot merged 3 commits intoGoogleContainerTools:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1763 +/- ##
=======================================
Coverage 46.97% 46.97%
=======================================
Files 130 130
Lines 6252 6252
=======================================
Hits 2937 2937
Misses 3014 3014
Partials 301 301Continue to review full report at Codecov.
|
|
how about dropping the -v flag? The only reason why i dont like this change is we can't see why test failed with your change. vs seeing the whole output. |
tejal29
left a comment
There was a problem hiding this comment.
Consider dropping -v instead
|
That's awesome feedback @tejal29, thank you! |
This adds some extra logging at the bottom of
make testrun and saves it in a temporary logfile so that you don't have to manually scroll through issues - as our test output is getting long.