@ -136,10 +136,11 @@ let () =
if Config . debug_mode && CLOpt . is_originator then (
if Config . debug_mode && CLOpt . is_originator then (
L . progress " Logs in %s@. " ( ResultsDir . get_path Logs ) ;
L . progress " Logs in %s@. " ( ResultsDir . get_path Logs ) ;
L . progress " Execution ID %Ld@. " Config . execution_id ) ;
L . progress " Execution ID %Ld@. " Config . execution_id ) ;
( if Config . test_determinator && not Config . process_clang_ast then
( match Config . command with
| _ when Config . test_determinator && not Config . process_clang_ast ->
TestDeterminator . compute_and_emit_test_to_run ()
TestDeterminator . compute_and_emit_test_to_run ()
else
| _ when Option . is_some Config . java_debug_source_file_info ->
match Config . command with
JSourceFileInfo . debug_on_file ( Option . value_exn Config . java_debug_source_file_info )
| Analyze ->
| Analyze ->
run Driver . Analyze
run Driver . Analyze
| Capture | Compile | Run ->
| Capture | Compile | Run ->
@ -155,7 +156,7 @@ let () =
(* at least one report must be passed in input to compute differential *)
(* at least one report must be passed in input to compute differential *)
( match Config . ( report_current , report_previous , costs_current , costs_previous ) with
( match Config . ( report_current , report_previous , costs_current , costs_previous ) with
| None , None , None , None ->
| None , None , None , None ->
L . ( die UserError )
L . die UserError
" Expected at least one argument among '--report-current', '--report-previous', \
" Expected at least one argument among '--report-current', '--report-previous', \
' - - costs - current' , and ' - - costs - previous' "
' - - costs - current' , and ' - - costs - previous' "
| _ ->
| _ ->
@ -180,9 +181,8 @@ let () =
else
else
L . result " %a "
L . result " %a "
Config . (
Config . (
Procedures . pp_all ~ filter ~ proc_name : procedures_name
Procedures . pp_all ~ filter ~ proc_name : procedures_name ~ attr_kind : procedures_definedness
~ attr_kind : procedures_definedness ~ source_file : procedures_source_file
~ source_file : procedures_source_file ~ proc_attributes : procedures_attributes )
~ proc_attributes : procedures_attributes )
()
()
| false , true ->
| false , true ->
let filter = Lazy . force Filtering . source_files_filter in
let filter = Lazy . force Filtering . source_files_filter in