aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/designs
diff options
context:
space:
mode:
Diffstat (limited to 'site/designs')
-rw-r--r--site/designs/_posts/2016-06-21-environment.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/site/designs/_posts/2016-06-21-environment.md b/site/designs/_posts/2016-06-21-environment.md
index e8e42f816f..82faa3f08d 100644
--- a/site/designs/_posts/2016-06-21-environment.md
+++ b/site/designs/_posts/2016-06-21-environment.md
@@ -162,9 +162,11 @@ transition to the new set up, the global Bazel rc-file provided by upstream
will have the following content.
```
-common --action_env=PATH
-common --action_env=LD_LIBRARY_PATH
-common --action_env=TMPDIR
+build --action_env=PATH
+build --action_env=LD_LIBRARY_PATH
+build --action_env=TMPDIR
+build --test_env=PATH
+build --test_env=LD_LIBRARY_PATH
```