Skip to content

Commit

Permalink
interop: Don't fail target if sub-target already failed (grpc#6332)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Jun 1, 2023
1 parent 71e29b5 commit 032759c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions test/kokoro/psm-security.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ main() {
run_test $test || (( ++failed_tests ))
done
echo "Failed test suites: ${failed_tests}"
if (( failed_tests > 0 )); then
exit 1
fi
}

main "$@"
3 changes: 0 additions & 3 deletions test/kokoro/xds_k8s_lb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ main() {
run_test $test || (( ++failed_tests ))
done
echo "Failed test suites: ${failed_tests}"
if (( failed_tests > 0 )); then
exit 1
fi
}

main "$@"

0 comments on commit 032759c

Please sign in to comment.