File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ struct
147147 | "Unix" -> ignore (Sys. command (" rm -rf " ^ (static_path / " sandbox_root" ) ^ " && mkdir " ^ (static_path / " sandbox_root" )))
148148 | "Win32" ->
149149 ignore (Sys. command (
150- " powershell -Command \" Remove-Item -Path " ^ (static_path / " sandbox_root" ) ^ " -Recurse -Force\"
150+ " powershell -Command \" Remove-Item -Path " ^ (static_path / " sandbox_root" ) ^ " -Recurse -Force -ErrorAction Ignore \"
151151 & mkdir " ^ (static_path / " sandbox_root" )))
152152 | v -> failwith (" Sys tests not working with " ^ v)
153153
@@ -159,7 +159,7 @@ struct
159159
160160 let precond _c _s = true
161161
162- let p path = (List. fold_left (/ ) (static_path / " sandbox_root" ) path)
162+ let p path = (List. fold_left (/ ) (static_path / " sandbox_root" ) path)
163163
164164 let run c _file_name =
165165 match c with
You can’t perform that action at this time.
0 commit comments