Skip to content

Commit

Permalink
Fix e2e-debug command (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaiducek authored Mar 30, 2021
1 parent 53c1722 commit 6479a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ e2e-debug:
kubectl get all -n managed
kubectl get configurationpolicies.policy.open-cluster-management.io --all-namespaces
kubectl describe pods -n $(KIND_NAMESPACE)
kubectl logs $(kubectl get pods -n $(KIND_NAMESPACE) -o name | grep $(IMG)) -n $(KIND_NAMESPACE)
kubectl logs $$(kubectl get pods -n $(KIND_NAMESPACE) -o name | grep $(IMG)) -n $(KIND_NAMESPACE)

############################################################
# e2e test coverage
Expand Down

0 comments on commit 6479a9a

Please sign in to comment.