Merge pull request #2484 from XuanWang-Amos/backport-1.6-file_multiple_url_map

[PSM interop] Don't fail target if sub-target already failed (@grpc/grpc-js@1.6.x backport)
This commit is contained in:
Michael Lumish 2023-06-23 10:54:48 -07:00 committed by GitHub
commit 1c3be83b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$@"