blob: dbca87f1203060d437a10cccacec39f308a863ca [file] [log] [blame]
# Test that a package imported directly from a git repository has its
# .git folder removed.
sh_test(
name = "no_git_metadata_test",
srcs = ["no_git_metadata_test.sh"],
args = [
"$(rootpath @protoc-gen-grpc//:pkg)",
"$(rootpath @syncpack//:pkg)",
],
data = [
"@protoc-gen-grpc//:pkg",
"@syncpack//:pkg",
],
)