Merge pull request #2460 from XuanWang-Amos/backport-1.6-xds_duplicate_bugs

PSM Interop: Don't fail target if sub-target already failed (@grpc/grpc-js@1.6.x backport)
This commit is contained in:
Michael Lumish 2023-06-01 11:22:40 -07:00 committed by GitHub
commit db166ff241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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 "$@"