Skip to content

Commit

Permalink
dont use the runner, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Sep 13, 2011
1 parent ec7f4a4 commit 20e598a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions bin/foreman-runner

This file was deleted.

2 changes: 1 addition & 1 deletion lib/foreman/engine.rb
Expand Up @@ -113,7 +113,7 @@ def run(process)

begin
Dir.chdir directory do
PTY.spawn(runner, process.command) do |stdin, stdout, pid|
PTY.spawn(process.command) do |stdin, stdout, pid|
trap("SIGTERM") { Process.kill("SIGTERM", pid) }
until stdin.eof?
info stdin.gets, process
Expand Down

0 comments on commit 20e598a

Please sign in to comment.