[PSM interop] Don't fail url_map target if sub-target already failed (#10295)

This commit is contained in:
Xuan Wang 2023-06-22 15:42:21 -07:00 committed by GitHub
parent 2effae6249
commit 1c9ce5d76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,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 "$@"