Skip to content

Commit

Permalink
Merge pull request #2457 from XuanWang-Amos/xds_duplicate_bugs
Browse files Browse the repository at this point in the history
PSM Interop: Don't fail target if sub-target already failed
  • Loading branch information
murgatroid99 committed Jun 1, 2023
2 parents 892f16e + cd87b12 commit 566034a
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
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 566034a

Please sign in to comment.