aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar pcloudy <pcloudy@google.com>2018-06-22 01:47:50 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-22 01:49:33 -0700
commit5eb75188f3b98d5ef49c58ffb624f48b852413c3 (patch)
tree8fcb6e6f319750953515ea0c5eac71a8cc4f0b31 /src
parentbe6d548b1cf373a9f706c9fff96dd6e2c25aaac6 (diff)
Remove --batch option from bazel_windows_example_test.sh
RELNOTES: None PiperOrigin-RevId: 201653054
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/shell/bazel/bazel_windows_example_test.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/shell/bazel/bazel_windows_example_test.sh b/src/test/shell/bazel/bazel_windows_example_test.sh
index 45215dee23..3779510abc 100755
--- a/src/test/shell/bazel/bazel_windows_example_test.sh
+++ b/src/test/shell/bazel/bazel_windows_example_test.sh
@@ -37,8 +37,6 @@ function set_up() {
cat >>"$TEST_TMPDIR/bazelrc" <<EOF
# Workaround for https://github.com/bazelbuild/bazel/issues/2983
startup --host_jvm_args=-Dbazel.windows_unix_root=C:/fake/msys
-
-startup --batch
EOF
export MSYS_NO_PATHCONV=1
export MSYS2_ARG_CONV_EXCL="*"