Home
last modified time | relevance | path

Searched refs:workspace_git_hashes (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_bazel_workspace.py160 workspace_git_hashes = { variable
163 if len(workspace_git_hashes) == 0:
171 if len(workspace_git_hashes - git_submodule_hashes) > 0:
175 print("workspace_git_hashes: %s" % workspace_git_hashes)
178 (workspace_git_hashes - git_submodule_hashes))
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_bazel_workspace.py127 workspace_git_hashes = { variable
132 if len(workspace_git_hashes) == 0:
140 if len(workspace_git_hashes - git_submodule_hashes) > 0: