Skip to content

Commit

Permalink
[PSM interop] Don't fail target if sub-target already failed (grpc#6390)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Jun 23, 2023
1 parent 59b4c90 commit cccbf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kokoro/xds_url_map.sh
Expand Up @@ -141,7 +141,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 cccbf23

Please sign in to comment.