Jelajahi Sumber

add --line-buffered

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
Victor Vieux 11 tahun lalu
induk
melakukan
24ff3a3dc3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      hack/make/test-integration

+ 1 - 1
hack/make/test-integration

@@ -12,5 +12,5 @@ bundle_test_integration() {
 # this "grep" hides some really irritating warnings that "go test -coverpkg"
 # this "grep" hides some really irritating warnings that "go test -coverpkg"
 # spews when it is given packages that aren't used
 # spews when it is given packages that aren't used
 bundle_test_integration 2>&1 \
 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
 	| tee $DEST/test.log