Skip to content

Commit

Permalink
Rebased was required
Browse files Browse the repository at this point in the history
  • Loading branch information
rnapoles-rh committed Mar 11, 2022
1 parent dbd8814 commit 0d43554
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ibm/pipelines/kubernetes-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cleanup_namespaces
set -e
make install
make test-integration-devfile
make test-integration-interactive
make test-interactive
make test-e2e-devfile
make test-cmd-project
) |& tee "/tmp/${LOGFILE}"
Expand Down
2 changes: 1 addition & 1 deletion .ibm/pipelines/openshift-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cleanup_namespaces
set -e
make install
make test-integration
make test-integration-interactive
make test-interactive
make test-integration-devfile
make test-cmd-login-logout
make test-cmd-project
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ test-cmd-debug: install ## Run odo debug command tests
test-integration: install ## Run command's integration tests irrespective of service catalog status in the cluster.
$(RUN_GINKGO) $(GINKGO_FLAGS) tests/integration/

.PHONY: test-interactive test
test-integration-interactive: install ## Run integration interactive tests
$(RUN_GINKGO) $(GINKGO_FLAGS) tests/integration/interactive/
.PHONY: test-interactive
test-interactive: install ## Run integration interactive tests
$(RUN_GINKGO) $(GINKGO_FLAGS) tests/interactive/

.PHONY: test-integration-devfile
test-integration-devfile: install ## Run devfile integration tests
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0d43554

Please sign in to comment.