aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar cushon <cushon@google.com>2018-07-25 10:33:40 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-25 10:35:02 -0700
commit2a8b6579c9535b649f2970307bc058895b880eb5 (patch)
treeafae58945278ce4e9b8f02fdda2a06518da67d22 /scripts
parent61f477e8193b83864824f30b06b9e1576d06f4d5 (diff)
Add a --server_javabase startup option as an alias for the LHS --host_javabase
to avoid confusion between the LHS and RHS host_javabases. The LHS --host_javabase option should be considered deprecated and will eventually be removed. RELNOTES: Rename the startup flag --host_javabase to --server_javabase to avoid confusion with the build flag --host_javabase PiperOrigin-RevId: 206015757
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bash_completion_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bash_completion_test.sh b/scripts/bash_completion_test.sh
index adb75f7149..2a7bef24e9 100755
--- a/scripts/bash_completion_test.sh
+++ b/scripts/bash_completion_test.sh
@@ -409,7 +409,7 @@ test_basic_subcommand_expansion() {
test_common_options() {
# 'Test common option completion'
assert_expansion '--h' \
- '--host_j'
+ '--host_jvm_'
assert_expansion '--host_jvm_a' \
'--host_jvm_args='
}