Merge pull request #16170 from spowelljr/removeSummary

CI: remove test_summary.json
pull/16172/head
Medya Ghazizadeh 2023-03-27 11:08:25 -07:00 committed by GitHub
commit e15c895a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -493,6 +493,7 @@ ${SUDO_PREFIX} rm -f "${KUBECONFIG}" || true
${SUDO_PREFIX} rm -f "${TEST_OUT}" || true
${SUDO_PREFIX} rm -f "${JSON_OUT}" || true
${SUDO_PREFIX} rm -f "${HTML_OUT}" || true
${SUDO_PREFIX} rm -f "${SUMMARY_OUT}" || true
rmdir "${TEST_HOME}" || true
echo ">> ${TEST_HOME} completed at $(date)"