Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,12 @@ test-links:
test-ci: test-sanity test-unit install test-subcommand test-e2e ## Run the CI test suite

# Subcommand tests.
.PHONY: test-subcommand test-subcommand-local test-subcommand-olm-install
.PHONY: test-subcommand test-subcommand-olm-install

test-subcommand: test-subcommand-local test-subcommand-olm-install
test-subcommand: test-subcommand-olm-install
./hack/tests/subcommand-bundle.sh
./hack/tests/subcommand-generate-csv.sh

test-subcommand-local:
./hack/tests/subcommand.sh

test-subcommand-olm-install:
./hack/tests/subcommand-olm-install.sh

Expand Down
2 changes: 0 additions & 2 deletions cmd/operator-sdk/cli/legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"github.com/operator-framework/operator-sdk/cmd/operator-sdk/new"
"github.com/operator-framework/operator-sdk/cmd/operator-sdk/olm"
"github.com/operator-framework/operator-sdk/cmd/operator-sdk/run"
"github.com/operator-framework/operator-sdk/cmd/operator-sdk/test"
"github.com/operator-framework/operator-sdk/cmd/operator-sdk/version"
"github.com/operator-framework/operator-sdk/internal/flags"
"github.com/operator-framework/operator-sdk/internal/util/projutil"
Expand Down Expand Up @@ -76,7 +75,6 @@ func GetCLIRoot() *cobra.Command {
new.NewCmd(),
olm.NewCmd(),
run.NewCmdLegacy(),
test.NewCmd(),
version.NewCmd(),
)

Expand Down
31 changes: 0 additions & 31 deletions cmd/operator-sdk/test/cmd.go

This file was deleted.

Loading