47f537cdf7
The snippets analyze step in [flutter]/dev/bots/analyze.dart now uses our built SDK when analyzing the code snippets. The explicit duplicate command to analyze the snippets with our SDK can now be removed. The temp directory created in the script is not in the builder cache on swarming, so it is automatically deleted when the builder finishes. So we remove the cleanup step, which was trapping signals. That trap seems to have been responsible for these failures and exit code confusion. Bug: https://github.com/dart-lang/sdk/issues/47881 Change-Id: I49406954af54a0fba1ceec230c3551f8ad14e8e9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/226685 Reviewed-by: Paul Berry <paulberry@google.com>