Skip to content

Commit

Permalink
[test] Fix a typo in maven capture
Browse files Browse the repository at this point in the history
Summary: ^^

Reviewed By: jvillard

Differential Revision:
D66822549

Privacy Context Container: L1208441

fbshipit-source-id: e32dec632317b39ebbbf3e5744c47479471baefc
  • Loading branch information
skcho authored and facebook-github-bot committed Dec 5, 2024
1 parent e564cfe commit 116e5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer/src/integration/Maven.ml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ let capture ~prog ~args =
(String.concat ~sep:" " (List.map ~f:(Printf.sprintf "'%s'") capture_args)) ;
(* let children infer processes know that they are spawned by Maven *)
let {pid; _} : Core_unix.Process_info.t =
Unix.create_process_env ~prog ~args ~env:Config.env_inside_maven ()
Unix.create_process_env ~prog ~args:capture_args ~env:Config.env_inside_maven ()
in
Unix.waitpid pid
|> function
Expand Down

0 comments on commit 116e5c1

Please sign in to comment.