Skip to content

Commit

Permalink
Merge pull request #2461 from XuanWang-Amos/backport-1.5-xds_duplicat…
Browse files Browse the repository at this point in the history
…e_bugs

PSM Interop: Don't fail target if sub-target already failed (@grpc/grpc-js@1.5.x backport)
  • Loading branch information
murgatroid99 authored Jun 1, 2023
2 parents a884c33 + d984c8c commit 338ac87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/grpc-js-xds/scripts/xds_k8s_lb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,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 338ac87

Please # to comment.