Merge pull request #33520 from naveed-jamil-tenpearls/pkg/term

Add test coverage to pkg/term
Upstream-commit: e57f8a78ae3291670c903784864d04139c821ea1
Component: engine
This commit is contained in:
Michael Crosby
2017-06-08 13:41:49 -07:00
committed by GitHub
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"