File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/test/mina_automation/fixture Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ module Make_FixtureWithBootstrap (M : TestCaseWithBootstrap) :
6060 let open Deferred.Or_error.Let_syntax in
6161 [% log info] " Tearing down archive" ;
6262 let % bind _ = Archive.Process. force_kill t.archive in
63- let % bind.Deferred () = File_system. remove_dir @@ t.network_data.folder in
63+ let % bind.Deferred () =
64+ Mina_stdlib_unix.File_system. remove_dir @@ t.network_data.folder
65+ in
6466 [% log info] " Archive teardown completed" ;
6567 Deferred.Or_error. ok_unit
6668
Original file line number Diff line number Diff line change 77 core
88 ;; local libraries
99 mina_automation
10- file_system )
10+ mina_stdlib_unix )
1111 (instrumentation
1212 (backend bisect_ppx))
1313 (preprocess
You can’t perform that action at this time.
0 commit comments