[doctor/master] Re-enable check that BadExit flags are in sync

commit 8ada4e0305b16f6b854dae839db2adb7446b7d37 Author: Damian Johnson <atagar@torproject.org> Date: Sat Feb 20 17:58:05 2016 -0800 Re-enable check that BadExit flags are in sync Roger says these are useful to him and that he's willing to invest effort to keep in sync so re-enabling the checks... https://trac.torproject.org/projects/tor/ticket/17441#comment:3 --- consensus_health_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus_health_checker.py b/consensus_health_checker.py index 68fad73..b0efb5c 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -323,7 +323,7 @@ def run_checks(consensuses, votes): #unmeasured_relays, has_authority_flag, is_recommended_versions, - #bad_exits_in_sync, + bad_exits_in_sync, bandwidth_authorities_in_sync, )
participants (1)
-
atagar@torproject.org