File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -159,11 +159,11 @@ let xenvmd_suite = "Commands which require xenvmd" >::: [
159159]
160160
161161let _ =
162+ mkdir_rec " /tmp/xenvm.d" 0o0755 ;
162163 run_test_tt_main no_xenvmd_suite |> ignore;
163164 with_temp_file (fun filename' ->
164165 with_loop_device filename' (fun loop ->
165166 xenvm [ " vgcreate" ; vg; loop ] |> ignore_string;
166- mkdir_rec " /tmp/xenvm.d" 0o0755 ;
167167 xenvm [ " set-vg-info" ; " --pvpath" ; loop; " -S" ; " /tmp/xenvmd" ; vg; " --local-allocator-path" ; " /tmp/xenvm-local-allocator" ; " --uri" ; " file://local/services/xenvmd/" ^ vg ] |> ignore_string;
168168 file_of_string " test.xenvmd.conf" (" ( (listenPort ()) (listenPath (Some \" /tmp/xenvmd\" )) (host_allocation_quantum 128) (host_low_water_mark 8) (vg " ^ vg^ " ) (devices (" ^ loop^ " )))" );
169169 xenvmd [ " --config" ; " ./test.xenvmd.conf" ; " --daemon" ] |> ignore_string;
You can’t perform that action at this time.
0 commit comments