Skip to content

Commit

Permalink
Some tests depend on the target pattern evaluation strategy used.
Browse files Browse the repository at this point in the history
Make them specify the target pattern evaluator they need.

RELNOTES: None
PiperOrigin-RevId: 172100319
  • Loading branch information
aehlig authored and buchgr committed Oct 16, 2017
1 parent 25fb5b1 commit da7e0d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/shell/integration/build_event_stream_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit da7e0d6

Please sign in to comment.