Skip to content

Commit

Permalink
feat(make): add e2e command for running from ci-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell committed Nov 16, 2018
1 parent 08ea39b commit 38ceadf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ run-local-shift:
. ./scripts/install_local.sh local build/resources
rm -rf build

e2e:
export NAMESPACE=$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace)
go test ./test/e2e/...

e2e-local:
. ./scripts/build_local.sh
. ./scripts/run_e2e_local.sh $(TEST)
Expand Down

0 comments on commit 38ceadf

Please sign in to comment.