Skip to content

Commit

Permalink
Merge pull request #2458 from XuanWang-Amos/backport-1.8-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.8.x backport)
  • Loading branch information
murgatroid99 committed Jun 1, 2023
2 parents 4b41929 + 039032c commit bcd52c1
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 bcd52c1

Please sign in to comment.