Skip to content

Commit ffeb767

Browse files
marek-trtiksmowton
authored andcommitted
Merge pull request diffblue#220 from trtikm/PR_04
Removal of force-enable of HTML dumps for "statistics" option
1 parent d841a18 commit ffeb767

File tree

1 file changed

+0
-5
lines changed
  • regression/december_demo_sprint/goto-analyzer

1 file changed

+0
-5
lines changed

regression/december_demo_sprint/goto-analyzer/run.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,6 @@ def __main():
251251
print("This is goto-analyzer version 0.1.0.")
252252
return
253253

254-
if cmdline.statistics:
255-
cmdline.dump_html_summaries = True
256-
cmdline.dump_html_statistics = True
257-
cmdline.dump_html_slice = True
258-
259254
if len(cmdline.evaluation_dirs) == 1:
260255
real_benchs = [
261256
os.path.abspath(os.path.join(__get_my_dir(),"..", "Alfresco")),

0 commit comments

Comments
 (0)