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
murgatroid99 authored and XuanWang-Amos committed Jun 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4b41929 commit 039032c
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
@@ -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 039032c

Please sign in to comment.