• Greg Price's avatar
    Fix hang on successful dev/bots/analyze.dart (#117660) · 98b3e48e
    Greg Price authored
    Fixes #117659
    
    It turns out this was due to the output-suppression timer introduced
    recently as part of cleaning up the output (#109206); on success, the
    script would wait 10 minutes for the timeout to expire.  This didn't
    affect CI because this feature doesn't apply in CI (as detected by
    lack of color on stdout.)
    
    Fix the issue by cleaning up the timer on success in the same way
    as on failure.
    
    While here, clean up the final summary messages slightly,
    and also cut the trailing space that printProgress was leaving
    on each line.
    98b3e48e
Name
Last commit
Last update
..
automated_tests Loading commit data...
benchmarks Loading commit data...
bots Loading commit data...
ci Loading commit data...
conductor Loading commit data...
customer_testing Loading commit data...
devicelab Loading commit data...
docs Loading commit data...
forbidden_from_release_tests Loading commit data...
integration_tests Loading commit data...
manual_tests Loading commit data...
missing_dependency_tests Loading commit data...
snippets/config Loading commit data...
tools Loading commit data...
tracing_tests Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...