Skip to content

Commit

Permalink
[PSM interop] Don't fail target if sub-target already failed (#6390) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Jun 23, 2023
1 parent 5f45e3d commit 1d1a72d
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 1d1a72d

Please sign in to comment.