aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
diff options
context:
space:
mode:
authorGravatar Luis Fernando Pino Duque <lpino@google.com>2016-06-24 09:43:20 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-06-24 11:34:22 +0000
commit928a49c60e1b1d39bf48df6c165ca3f08d0bea1f (patch)
treed2d8e7b92d1597c41574a9000616d5bffce1afbd /src/main/java/com
parent13fa5bffc751cc34f4b4a376db0f1152fa3283d6 (diff)
Set the default value of PRODUCT_NAME to "Bazel" and add a test to guarantee
Bazel is using the right value. -- MOS_MIGRATED_REVID=125764994
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
index e71e2d2856..9f80d6ac92 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
@@ -250,7 +250,7 @@ public class BlazeServerStartupOptions extends OptionsBase {
@Option(name = "product_name",
defaultValue = "bazel", // NOTE: purely decorative!
- category = "undocumented",
+ category = "hidden",
help = "The name of the build system. It is used as part of the name of the generated "
+ "directories (e.g. productName-bin for binaries) as well as for printing error "
+ "messages and logging")