Return information about which int tests failed in the summary - followup

This commit is contained in:
Maciej Szulik 2018-02-21 12:14:27 +01:00
parent 6e6c4ce1f2
commit 99035a13c2
No known key found for this signature in database
GPG Key ID: F15E55D276FA84C4

View File

@ -5108,7 +5108,7 @@ runTests() {
kube::test::clear_all
if [ ! -z "${foundError}" ]; then
if [[ -n "${foundError}" ]]; then
echo "FAILED TESTS: ""${foundError}"
exit 1
fi