Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
| ... | ... |
@@ -12,5 +12,5 @@ bundle_test_integration() {
|
| 12 | 12 |
# this "grep" hides some really irritating warnings that "go test -coverpkg" |
| 13 | 13 |
# spews when it is given packages that aren't used |
| 14 | 14 |
bundle_test_integration 2>&1 \ |
| 15 |
- | grep -v '^warning: no packages being tested depend on ' \ |
|
| 15 |
+ | grep --line-buffered -v '^warning: no packages being tested depend on ' \ |
|
| 16 | 16 |
| tee $DEST/test.log |