Lines Matching refs:script
38 content += ctx.attr.script
54 doc = """Run a script when `bazel run` this target.
59 hermeticity is not enforced or guaranteed, especially if `script` accesses PATH.
64 …, allow_files = True, doc = """A list of labels providing runfiles. Labels may be used in `script`.
70 "hashbang": attr.string(default = _DEFAULT_HASHBANG, doc = "Hashbang of the script."),
71 "script": attr.string(doc = """The script.
86 doc = """Run a test script when `bazel test` this target.
91 hermeticity is not enforced or guaranteed, especially if `script` accesses PATH.
96 …, allow_files = True, doc = """A list of labels providing runfiles. Labels may be used in `script`.
102 "hashbang": attr.string(default = _DEFAULT_HASHBANG, doc = "Hashbang of the script."),
103 "script": attr.string(doc = """The script.
123 rule, especially if a target specifies `script` that accesses PATH.
140 "script": attr.string(),