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

parent 6e6c4ce1
......@@ -5108,7 +5108,7 @@ runTests() {
kube::test::clear_all
if [ ! -z "${foundError}" ]; then
if [[ -n "${foundError}" ]]; then
echo "FAILED TESTS: ""${foundError}"
exit 1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment