aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/discard_graph_edges_test.sh
diff options
context:
space:
mode:
authorGravatar cpeyser <cpeyser@google.com>2017-08-31 23:27:51 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-09-01 12:28:28 +0200
commit494151d0cde6c43284cde26d3447da281f4a0b8f (patch)
tree21557819a8d4bcd0a5e04450f374050487dd4318 /src/test/shell/integration/discard_graph_edges_test.sh
parentcb375a453491fc3be5e9bd0e76e235ae0d18670b (diff)
Automated rollback of commit 964f0a5d83fe7958236c9eb0be619f553d488748.
*** Reason for rollback *** Breaks rules_go CI *** Original change description *** Bazel c++ rules depend on a c++ toolchain. PiperOrigin-RevId: 167191667
Diffstat (limited to 'src/test/shell/integration/discard_graph_edges_test.sh')
-rwxr-xr-xsrc/test/shell/integration/discard_graph_edges_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/integration/discard_graph_edges_test.sh b/src/test/shell/integration/discard_graph_edges_test.sh
index aeedbeba90..3325eae86e 100755
--- a/src/test/shell/integration/discard_graph_edges_test.sh
+++ b/src/test/shell/integration/discard_graph_edges_test.sh
@@ -193,7 +193,7 @@ function test_packages_cleared() {
|| fail "env extension count $env_count too low: did you move/rename the class?"
local ct_count="$(extract_histogram_count "$histo_file" \
'RuleConfiguredTarget$')"
- [[ "ct_count" -ge 40 ]] \
+ [[ "ct_count" -ge 28 ]] \
|| fail "RuleConfiguredTarget count $ct_count too low: did you move/rename the class?"
local histo_file="$(prepare_histogram "$BUILD_FLAGS")"
package_count="$(extract_histogram_count "$histo_file" \