Skip to content

Commit

Permalink
ci: don't copy command output to stdout
Browse files Browse the repository at this point in the history
Closes moby#394.

Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
  • Loading branch information
Thomas Leonard committed Dec 6, 2016
1 parent cf24a08 commit 90f9644
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/src/cI_process.ml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ let run_with_exit_status ?switch ?log ?cwd ?env ~output ?log_cmd cmd =
| "" ->
Lwt.return `Eof
| data ->
output_string stdout data;
flush stdout;
output data;
(* Hack because child#terminate may not kill sub-children.
Hopefully closing stdout will encourage them to exit. *)
Expand Down

0 comments on commit 90f9644

Please sign in to comment.