X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmathql_test%2Fmqgtop.ml;h=cc40f33691c029fff2f2c77725c566238b6d6984;hb=7f6da5a54d2482895c00c8d58c0b2a1bd9d2d379;hp=b65c805579b0be6541db255084c2604eb67aa0d0;hpb=441eb2fd931ca065f4548661e5b37a3d3c008889;p=helm.git diff --git a/helm/mathql_test/mqgtop.ml b/helm/mathql_test/mqgtop.ml index b65c80557..cc40f3369 100644 --- a/helm/mathql_test/mqgtop.ml +++ b/helm/mathql_test/mqgtop.ml @@ -324,10 +324,13 @@ let rec parse = function | _ :: rem -> parse rem let _ = + Helm_registry.load_from "/home/fguidi/miohelm/gTopLevel.conf.xml"; let t = U.start_time () in +(* CicLogger.log_callback := (CicLogger.log_to_html ~print_and_flush:(fun s -> print_string s; flush stdout)) ; +*) parse (List.tl (Array.to_list Sys.argv)); prerr_endline ("mqgtop: done in " ^ (U.stop_time t)); exit 0