@@ -548,10 +548,14 @@ build_test(
548548sh_test (
549549 name = "lint_tcl_test" ,
550550 srcs = ["//bazel:tcl_lint_test.sh" ],
551- args = ["$(rootpath //bazel:tclint)" ],
551+ args = [
552+ "$(rootpath //bazel:tclint)" ,
553+ "$(rootpath @git)" ,
554+ ],
552555 data = [
553556 "tclint.toml" ,
554557 "//bazel:tclint" ,
558+ "@git" ,
555559 ],
556560 tags = ["local" ],
557561)
@@ -562,10 +566,14 @@ sh_test(
562566sh_test (
563567 name = "fmt_tcl_test" ,
564568 srcs = ["//bazel:tcl_fmt_test.sh" ],
565- args = ["$(rootpath //bazel:tclfmt)" ],
569+ args = [
570+ "$(rootpath //bazel:tclfmt)" ,
571+ "$(rootpath @git)" ,
572+ ],
566573 data = [
567574 "tclint.toml" ,
568575 "//bazel:tclfmt" ,
576+ "@git" ,
569577 ],
570578 tags = ["local" ],
571579)
@@ -589,10 +597,14 @@ sh_binary(
589597sh_test (
590598 name = "lint_bzl_test" ,
591599 srcs = ["//bazel:bzl_lint_test.sh" ],
592- args = ["$(rootpath @buildifier_prebuilt//:buildifier)" ],
600+ args = [
601+ "$(rootpath @buildifier_prebuilt//:buildifier)" ,
602+ "$(rootpath @git)" ,
603+ ],
593604 data = [
594605 "MODULE.bazel" ,
595606 "@buildifier_prebuilt//:buildifier" ,
607+ "@git" ,
596608 ],
597609 tags = ["local" ],
598610)
@@ -603,10 +615,14 @@ sh_test(
603615sh_test (
604616 name = "fmt_bzl_test" ,
605617 srcs = ["//bazel:bzl_fmt_test.sh" ],
606- args = ["$(rootpath @buildifier_prebuilt//:buildifier)" ],
618+ args = [
619+ "$(rootpath @buildifier_prebuilt//:buildifier)" ,
620+ "$(rootpath @git)" ,
621+ ],
607622 data = [
608623 "MODULE.bazel" ,
609624 "@buildifier_prebuilt//:buildifier" ,
625+ "@git" ,
610626 ],
611627 tags = ["local" ],
612628)
0 commit comments