Skip to content

Commit

Permalink
Make test more explicit about what it is testing.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 198765991
  • Loading branch information
dkelmer authored and Copybara-Service committed May 31, 2018
1 parent 22d79ae commit 2a23389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/shell/integration/loading_phase_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ function test_no_package_loading_on_benign_workspace_file_changes() {
# TODO(b/37617303): make tests UI-independent
bazel query --noexperimental_ui //foo:all >& "$TEST_log" \
|| fail "Expected success"
expect_log "Loading package: foo"
expect_log "//foo:shname1"

echo 'sh_library(name="shname2")' > foo/BUILD
Expand All @@ -308,7 +309,7 @@ function test_no_package_loading_on_benign_workspace_file_changes() {
expect_log "Loading package: foo"
expect_log "//foo:shname2"

echo 'workspace(name="wsname1")' > WORKSPACE
# Test that comment changes do not cause package reloading
echo '#benign comment' >> WORKSPACE
# TODO(b/37617303): make tests UI-independent
bazel query --noexperimental_ui //foo:all >& "$TEST_log" \
Expand Down

0 comments on commit 2a23389

Please sign in to comment.