/ test failed echo text

This commit is contained in:
RadekSabacky
2025-11-20 14:37:46 +01:00
parent 7a339d4c4d
commit 4e7b4715b0
@@ -960,7 +960,7 @@ exit_policy_run_tests() {
((total += 1))
fi
info "tests run: $total, failures: $failed"
echo "tests run: $total, test failed: $failed"
if [[ $failed -eq 0 ]]; then
ok "all exit policy tests passed"
else