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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user