mirror of https://github.com/knative/client.git
Pass on args to e2e tests for local script (#382)
This commit is contained in:
parent
40631a6e97
commit
223ff5316a
|
|
@ -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' "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue