Skip to content

Commit baa8d8e

Browse files
authored
Print PATH in test
1 parent 80b1401 commit baa8d8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,9 @@ public String getTypeDescription() {
542542
"Specifies additional environment variables to be available only for repository rules."
543543
+ " Note that repository rules see the full environment anyway, but in this way"
544544
+ " configuration information can be passed to repositories through options without"
545-
+ " invalidating the action graph.")
545+
+ " invalidating the action graph. The string <code>%bazel_workspace%</code> in a"
546+
+ " value will be replaced with the absolute path of the workspace as printed by"
547+
+ " <code>bazel info workspace</code>.")
546548
public List<Map.Entry<String, String>> repositoryEnvironment;
547549

548550
@Option(

0 commit comments

Comments
 (0)