Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Apr 7, 2022
1 parent aa54435 commit 35aef3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/bazel/cc_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ EOF

# This only shows reliably for query due to ordering issues in how Bazel shows
# errors.
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 bazel query 'deps(//:ok)' &>>"$TEST_log" || \
BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 bazel query 'deps(//:ok)' &>"$TEST_log" || \
fail "Should pass with fake toolchain"
expect_not_log "An error occurred during the fetch of repository 'local_config_cc'"
expect_log "@local_config_cc//:empty"
Expand Down

0 comments on commit 35aef3c

Please sign in to comment.