add --line-buffered

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
Upstream-commit: 24ff3a3dc30e455674d28f552a0efb6108a411db
Component: engine
This commit is contained in:
Victor Vieux
2014-02-24 21:59:01 +00:00
parent f1336c7e0c
commit 5e82277ab6

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