aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar aehlig <aehlig@google.com>2017-10-16 10:47:53 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-10-16 17:48:54 +0200
commit6643958c8c704477afd8c097829c52c4cdc96c4f (patch)
tree56bb9b64b915a7947b7b40444377fa29dcb92909 /src
parent6a3b41f34503a8f20b5b689bff14cb2424d35afb (diff)
Some tests depend on the target pattern evaluation strategy used.
Make them specify the target pattern evaluator they need. RELNOTES: None PiperOrigin-RevId: 172296001
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 c6547f8124..f9c64dffd1 100755
--- a/src/test/shell/integration/build_event_stream_test.sh
+++ b/src/test/shell/integration/build_event_stream_test.sh
@@ -618,6 +618,7 @@ function test_visibility_failure() {
function test_loading_failure_keep_going() {
(bazel build --build_event_text_file=$TEST_log \
+ --noexperimental_skyframe_target_pattern_evaluator \
-k //does/not/exist && fail "build failure expected") || true
expect_log_once 'aborted'
expect_log_once 'reason: LOADING_FAILURE'