aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/bazel_sandboxing_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/bazel/bazel_sandboxing_test.sh')
-rwxr-xr-xsrc/test/shell/bazel/bazel_sandboxing_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/bazel/bazel_sandboxing_test.sh b/src/test/shell/bazel/bazel_sandboxing_test.sh
index df015bb5f4..4958ecf362 100755
--- a/src/test/shell/bazel/bazel_sandboxing_test.sh
+++ b/src/test/shell/bazel/bazel_sandboxing_test.sh
@@ -442,7 +442,7 @@ EOF
expect_log "ERROR: I/O exception while extracting output artifacts from sandboxed execution.*(Permission denied)"
# This is the UserExecException telling us that the build failed.
- expect_log "Executing genrule //:test failed: linux-sandbox failed: error executing command"
+ expect_log "Executing genrule //:test failed:"
}
function test_sandbox_mount_customized_path () {