Pass on args to e2e tests for local script (#382)

This commit is contained in:
Naomi Seyfer 2019-08-21 15:46:33 -07:00 committed by Knative Prow Robot
parent 40631a6e97
commit 223ff5316a
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ echo "📋 Formatting"
go fmt ${base}/test/e2e/...
echo "🧪 Testing"
go test ${base}/test/e2e/ -test.v --tags 'e2e'
go test ${base}/test/e2e/ -test.v --tags 'e2e' "$@"