debug: Run tekton tests

This commit is contained in:
Navid Shaikh 2020-10-26 19:20:18 +05:30
parent 55cc4390d6
commit dbe125ee04
1 changed files with 4 additions and 2 deletions

View File

@ -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
} }