diff options
Diffstat (limited to 'tools/checkbins')
-rwxr-xr-x | tools/checkbins/checkbins.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/checkbins/checkbins.py b/tools/checkbins/checkbins.py index bc3c7b2..708bebf5 100755 --- a/tools/checkbins/checkbins.py +++ b/tools/checkbins/checkbins.py @@ -84,9 +84,7 @@ def main(options, args): if options.verbose: print "Checking %s for /SAFESEH... PASS" % path else: - # TODO(scherkus): uncomment this code after we're confident that we - # won't cause unintentional failures on the build bots. - #success = False + success = False print "Checking %s for /SAFESEH... FAIL" % path # Update tally. |