@ -805,6 +805,7 @@ and (
stats ,
stats ,
trace_error ,
trace_error ,
write_html ,
write_html ,
write_html_whitelist_regex ,
write_dotty
write_dotty
) =
) =
let all_generic_manuals =
let all_generic_manuals =
@ -872,6 +873,10 @@ and (
CLOpt . mk_bool ~ long : " write-html "
CLOpt . mk_bool ~ long : " write-html "
" Produce hmtl debug output in the results directory "
" Produce hmtl debug output in the results directory "
and write_html_whitelist_regex =
CLOpt . mk_string_list ~ long : " write-html-whitelist-regex "
" whitelist files that will have its html debug output printed "
and write_dotty =
and write_dotty =
CLOpt . mk_bool ~ long : " write-dotty "
CLOpt . mk_bool ~ long : " write-dotty "
" Produce dotty files for specs in the results directory "
" Produce dotty files for specs in the results directory "
@ -965,6 +970,7 @@ and (
stats ,
stats ,
trace_error ,
trace_error ,
write_html ,
write_html ,
write_html_whitelist_regex ,
write_dotty
write_dotty
)
)
@ -2021,6 +2027,7 @@ and whole_seconds = !whole_seconds
and worklist_mode = ! worklist_mode
and worklist_mode = ! worklist_mode
and write_dotty = ! write_dotty
and write_dotty = ! write_dotty
and write_html = ! write_html
and write_html = ! write_html
and write_html_whitelist_regex = ! write_html_whitelist_regex
and xcode_developer_dir = ! xcode_developer_dir
and xcode_developer_dir = ! xcode_developer_dir
and xcpretty = ! xcpretty
and xcpretty = ! xcpretty
and xml_specs = ! xml_specs
and xml_specs = ! xml_specs