Skip to content

Commit

Permalink
Merge pull request #2482 from XuanWang-Amos/backport-1.8-file_multipl…
Browse files Browse the repository at this point in the history
…e_url_map

[PSM interop] Don't fail target if sub-target already failed (@grpc/grpc-js@1.8.x backport)
  • Loading branch information
murgatroid99 committed Jun 23, 2023
2 parents 09d74ca + a6aa7ea commit d2d17b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js-xds/scripts/xds_k8s_url_map.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ main() {
build_docker_images_if_needed
# Run tests
cd "${TEST_DRIVER_FULL_DIR}"
run_test url_map
run_test url_map || echo "Failed url_map test"
}

main "$@"

0 comments on commit d2d17b0

Please sign in to comment.