Skip to content

Commit bcd52c1

Browse files
authored
Merge pull request #2458 from XuanWang-Amos/backport-1.8-xds_duplicate_bugs
PSM Interop: Don't fail target if sub-target already failed (@grpc/[email protected] backport)
2 parents 4b41929 + 039032c commit bcd52c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/grpc-js-xds/scripts/xds_k8s_lb.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ main() {
170170
run_test $test || (( ++failed_tests ))
171171
done
172172
echo "Failed test suites: ${failed_tests}"
173-
if (( failed_tests > 0 )); then
174-
exit 1
175-
fi
176173
}
177174

178175
main "$@"

0 commit comments

Comments
 (0)