Skip to content

Commit

Permalink
Merge pull request #860 from justinstoller/bug/master/FM-1911-passeng…
Browse files Browse the repository at this point in the history
…er-needs-pty

(FM-1911) Fixup passenger system test
  • Loading branch information
hunner committed Sep 23, 2014
2 parents 25592d6 + a53b9ed commit 7755593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/mod_passenger_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class { 'apache::mod::passenger':
end

it 'should output status via passenger-memory-stats' do
shell("sudo /usr/bin/passenger-memory-stats") do |r|
shell("sudo /usr/bin/passenger-memory-stats", :pty => true) do |r|
expect(r.stdout).to match(/Apache processes/)
expect(r.stdout).to match(/Nginx processes/)
expect(r.stdout).to match(/Passenger processes/)
Expand Down

0 comments on commit 7755593

Please sign in to comment.