From 5e82277ab62857cd54473179d0c9c6a6639c1277 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 24 Feb 2014 21:59:01 +0000 Subject: [PATCH] add --line-buffered Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) Upstream-commit: 24ff3a3dc30e455674d28f552a0efb6108a411db Component: engine --- components/engine/hack/make/test-integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/make/test-integration b/components/engine/hack/make/test-integration index fa8b8be719..a60efebfc3 100644 --- a/components/engine/hack/make/test-integration +++ b/components/engine/hack/make/test-integration @@ -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