File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ let make_var_run_xen () =
46
46
47
47
(* Start the program with the xen backend *)
48
48
let _ =
49
- Coverage. init " xenopsd-xc" ; (* set up coverage profiling *)
49
+ Coverage. init " xenopsd-xc" ; (* set up coverage profiling *)
50
50
Xenops_interface. queue_name := ! Xenops_interface. queue_name ^ " .classic" ;
51
51
Xenops_utils. set_root " xenopsd/classic" ;
52
52
Xenopsd. configure
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ let make_var_run_xen () =
50
50
51
51
(* Start the program with the xenlight backend *)
52
52
let _ =
53
- Coverage. init " xenopsd-xl" ;
53
+ Coverage. init " xenopsd-xl" ;
54
54
Xenops_interface. queue_name := ! Xenops_interface. queue_name ^ " .xenlight" ;
55
55
Xenops_utils. set_root " xenopsd/xenlight" ;
56
56
Xenopsd. configure
You can’t perform that action at this time.
0 commit comments