mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Return information about which int tests failed in the summary - followup
This commit is contained in:
parent
6e6c4ce1f2
commit
99035a13c2
@ -5108,7 +5108,7 @@ runTests() {
|
||||
|
||||
kube::test::clear_all
|
||||
|
||||
if [ ! -z "${foundError}" ]; then
|
||||
if [[ -n "${foundError}" ]]; then
|
||||
echo "FAILED TESTS: ""${foundError}"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user