Skip to content

Commit

Permalink
Merge pull request #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 committed Jun 23, 2023
2 parents 3098d69 + 4f9c419 commit 5d731c4
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
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 5d731c4

Please sign in to comment.