mirror of https://github.com/knative/func.git
test: remove verbose from test invoke create/deploy commands (#1137)
This commit is contained in:
parent
a906b8866c
commit
ff20f53671
|
@ -57,9 +57,9 @@ func TestInvoke(t *testing.T) {
|
||||||
)
|
)
|
||||||
defer cleanup()
|
defer cleanup()
|
||||||
|
|
||||||
run(t, bin, prefix, "create", "--verbose=true", "--language=go", "--template=cloudevents", cwd)
|
run(t, bin, prefix, "create", "--language=go", "--template=cloudevents", cwd)
|
||||||
set(t, "handle.go", TestInvokeFunctionImpl)
|
set(t, "handle.go", TestInvokeFunctionImpl)
|
||||||
run(t, bin, prefix, "deploy", "--verbose=true", "--registry", GetRegistry())
|
run(t, bin, prefix, "deploy", "--registry", GetRegistry())
|
||||||
infoOut := run(t, bin, prefix, "info", "--output", "plain")
|
infoOut := run(t, bin, prefix, "info", "--output", "plain")
|
||||||
run(t, bin, prefix, "invoke", "--verbose=true", "--content-type=text/plain", "--source=func:set", "--data=TEST")
|
run(t, bin, prefix, "invoke", "--verbose=true", "--content-type=text/plain", "--source=func:set", "--data=TEST")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue