Skip to content

Commit 4f9c419

Browse files
committed
[PSM interop] Don't fail target if sub-target already failed
1 parent 892f16e commit 4f9c419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-js-xds/scripts/xds_k8s_url_map.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ main() {
156156
build_docker_images_if_needed
157157
# Run tests
158158
cd "${TEST_DRIVER_FULL_DIR}"
159-
run_test url_map
159+
run_test url_map || echo "Failed url_map test"
160160
}
161161

162162
main "$@"

0 commit comments

Comments
 (0)