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: 172296001
  • Loading branch information
aehlig authored and buchgr committed Oct 16, 2017
1 parent 6a3b41f commit 6643958
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 @@ -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'
Expand Down

0 comments on commit 6643958

Please sign in to comment.