aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar John Cater <jcater@google.com>2018-02-06 07:25:19 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-06 07:27:13 -0800
commit93b329417bba4ac4860628ebefc9fc64faec8cdf (patch)
tree3afd94e49c71cb899c41ad7dc0b332eaf07a78f6 /src/test/shell
parent873f343fefbb08048e7e75c482843b9e68954de6 (diff)
Rename the host platform information in the configuration.
Part of #4442. Change-Id: I21baffe59431ccd3d76754596ec2a605dbbe4354 PiperOrigin-RevId: 184678470
Diffstat (limited to 'src/test/shell')
-rwxr-xr-xsrc/test/shell/bazel/toolchain_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/bazel/toolchain_test.sh b/src/test/shell/bazel/toolchain_test.sh
index 7d9e79cdbc..2bfa840e1a 100755
--- a/src/test/shell/bazel/toolchain_test.sh
+++ b/src/test/shell/bazel/toolchain_test.sh
@@ -651,7 +651,7 @@ EOF
expect_log "While resolving toolchains for target //demo:use: Target filegroup rule //platform:not_a_platform was found as the target platform, but does not provide PlatformInfo"
bazel build --host_platform=//platform:not_a_platform //demo:use &> $TEST_log && fail "Build failure expected"
- expect_log "While resolving toolchains for target //demo:use: Target filegroup rule //platform:not_a_platform was found as the execution platform, but does not provide PlatformInfo"
+ expect_log "While resolving toolchains for target //demo:use: Target filegroup rule //platform:not_a_platform was found as the host platform, but does not provide PlatformInfo"
}
run_suite "toolchain tests"