Merge pull request #4320 from vieux/buffer_test_integration_line_by_line

Add --line-buffered to the integration test output filtering
This commit is contained in:
Tianon Gravi 2014-02-24 15:09:21 -07:00
commit 88b774d092

View file

@ -12,5 +12,5 @@ bundle_test_integration() {
# this "grep" hides some really irritating warnings that "go test -coverpkg"
# spews when it is given packages that aren't used
bundle_test_integration 2>&1 \
| grep -v '^warning: no packages being tested depend on ' \
| grep --line-buffered -v '^warning: no packages being tested depend on ' \
| tee $DEST/test.log