aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2017-10-13 20:34:58 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-10-16 17:48:38 +0200
commit2553875c285dcca454ee830182d238296ce70aa2 (patch)
tree9786870dd889a4f5cd030e0237a83fc09386a3cf /src/test/shell
parentdff2a488255a6db5c6378b524bbab8df235b119c (diff)
Make option conflicts less spammy.
Remove an unnecessary warning and make all warnings for option conflicts print only if the option values are not equal. RELNOTES: None. PiperOrigin-RevId: 172124261
Diffstat (limited to 'src/test/shell')
-rwxr-xr-xsrc/test/shell/integration/loading_phase_tests.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/shell/integration/loading_phase_tests.sh b/src/test/shell/integration/loading_phase_tests.sh
index d12e4592f5..94bbd04d75 100755
--- a/src/test/shell/integration/loading_phase_tests.sh
+++ b/src/test/shell/integration/loading_phase_tests.sh
@@ -162,14 +162,6 @@ EOF
expect_log "//cycle:foo.h.*self-edge"
}
-# Integration test for option parser warnings.
-function test_warning_for_weird_parameters() {
- bazel build --check_tests_up_to_date --check_up_to_date --nobuild \
- >$TEST_log 2>&1
- expect_log "WARNING: A new value for option 'check_up_to_date' overrides a \
-previous implicit setting of that option by option 'check_tests_up_to_date'"
-}
-
# glob function should not return values that are outside the package
function test_glob_with_subpackage() {
mkdir -p p/subpkg || fail "mkdir p/subpkg failed"