aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/bazel_command_log_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/integration/bazel_command_log_test.sh')
-rwxr-xr-xsrc/test/shell/integration/bazel_command_log_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/shell/integration/bazel_command_log_test.sh b/src/test/shell/integration/bazel_command_log_test.sh
index 8094e65a19..6379601631 100755
--- a/src/test/shell/integration/bazel_command_log_test.sh
+++ b/src/test/shell/integration/bazel_command_log_test.sh
@@ -44,6 +44,7 @@ function strip_lines_from_bazel_cc() {
-e '/server needs to be killed, because the startup options are different/d' \
-e '/^WARNING: Waiting for server process to terminate (waited 5 seconds, waiting at most 60)$/d' \
-e '/^WARNING: The startup option --host_javabase is deprecated; prefer --server_javabase.$/d' \
+ -e '/^WARNING: The home directory is not defined, no home_rc will be looked for.$/d' \
$TEST_log)
echo "$clean_log" > $TEST_log