Add test coverage to pkg/term/proxy.go

Signed-off-by: Naveed Jamil <naveed.jamil@tenpearls.com>
Upstream-commit: a267248b5af9e58f878b0e2ba604c7256d637be2
Component: engine
This commit is contained in:
Naveed Jamil
2017-06-08 12:48:33 +05:00
parent 76a64335a0
commit fef5c78683
3 changed files with 213 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ bundle_test_unit() {
fi
go test -cover -ldflags "$LDFLAGS" "${BUILDFLAGS[@]}" $TESTFLAGS $pkg_list
go test -cover -ldflags "$LDFLAGS" "${BUILDFLAGS[@]}" $TESTFLAGS github.com/docker/docker/pkg/term -test.root
}
bundle_test_unit 2>&1 | tee -a "$DEST/test.log"