aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar aehlig <aehlig@google.com>2017-10-13 17:35:20 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-10-16 17:48:23 +0200
commitda7e0d6e4ce0885523b066bb4eb2f944678ebe01 (patch)
tree5c0ae3ebbbb9401f69575236ca751f5312ed249b /src
parent25fb5b1bfb44412df3753f1213027b8fe919d892 (diff)
Some tests depend on the target pattern evaluation strategy used.
Make them specify the target pattern evaluator they need. RELNOTES: None PiperOrigin-RevId: 172100319
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/shell/integration/build_event_stream_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/shell/integration/build_event_stream_test.sh b/src/test/shell/integration/build_event_stream_test.sh
index ad0864015c..c6547f8124 100755
--- a/src/test/shell/integration/build_event_stream_test.sh
+++ b/src/test/shell/integration/build_event_stream_test.sh
@@ -594,6 +594,7 @@ function test_loading_failure() {
# reason for the target expansion event not resulting in targets
# being expanded.
(bazel build --build_event_text_file=$TEST_log \
+ --noexperimental_skyframe_target_pattern_evaluator \
//does/not/exist && fail "build failure expected") || true
expect_log_once 'aborted'
expect_log_once 'reason: LOADING_FAILURE'