mirror of https://github.com/knative/client.git
debug: Run tekton tests
This commit is contained in:
parent
55cc4390d6
commit
dbe125ee04
|
|
@ -41,10 +41,12 @@ run() {
|
||||||
initialize $@
|
initialize $@
|
||||||
|
|
||||||
# Smoke test
|
# Smoke test
|
||||||
eval smoke_test || fail_test
|
# eval smoke_test || fail_test
|
||||||
|
|
||||||
# Integration test
|
# Integration test
|
||||||
eval integration_test || fail_test
|
# eval integration_test || fail_test
|
||||||
|
|
||||||
|
bash -x $(dirname $0)/tekton-tests.sh
|
||||||
|
|
||||||
success
|
success
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue