Skip to content

Commit

Permalink
Merge pull request grpc#2475 from XuanWang-Amos/file_multiple_url_map
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 authored and XuanWang-Amos committed Jun 23, 2023
1 parent 338ac87 commit 8902002
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 8902002

Please sign in to comment.