[infer][java] No longer create the file `analysis_summary.txt`

Reviewed By: sblackshear

Differential Revision: D4719629

fbshipit-source-id: 4eaee6e
master
Jeremy Dubreil 8 years ago committed by Facebook Github Bot
parent 9d64ea23ff
commit 12adbb372a

@ -26,9 +26,6 @@ import zipfile
from inferlib import config, issues, utils
ANALYSIS_SUMMARY_OUTPUT = 'analysis_summary.txt'
DEFAULT_BUCK_OUT = os.path.join(utils.decode(os.getcwd()), 'buck-out')
DEFAULT_BUCK_OUT_GEN = os.path.join(DEFAULT_BUCK_OUT, 'gen')
@ -166,8 +163,6 @@ def collect_results(args, start_time, targets):
bugs_out = os.path.join(args.infer_out, config.BUGS_FILENAME)
issues.print_and_save_errors(args.infer_out, args.project_root,
json_report, bugs_out, args.pmd_xml)
shutil.copy(bugs_out, os.path.join(args.infer_out,
ANALYSIS_SUMMARY_OUTPUT))
def cleanup(temp_files):

Loading…
Cancel
Save