mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Show single sonobuoy failure
This commit is contained in:
parent
671d702dc1
commit
0a843a11c6
@ -128,7 +128,7 @@ retrieve-sonobuoy-logs() {
|
||||
if [ -n "${E2E_LOG_OUTPUT}" ]; then
|
||||
cp ${RESULTS} $(sed -e "s/-STATUS-/-${status}-/g" <<< "${E2E_LOG_OUTPUT}")
|
||||
fi
|
||||
awk '/^Summarizing .* Failures:$/,0' ${RESULTS}
|
||||
awk '/^Summarizing .* Failures?:$/,0' ${RESULTS}
|
||||
return ${exit_code}
|
||||
}
|
||||
export -f retrieve-sonobuoy-logs
|
||||
|
Loading…
Reference in New Issue
Block a user