only listen locally for integration test

This commit is contained in:
Konstantin Haase 2012-03-07 16:20:25 +01:00
parent c045893af9
commit 0fa16d15b0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class IntegrationTest < Test::Unit::TestCase
cmd << File.expand_path(file, dir).inspect
end
cmd << "-I" << File.expand_path('../../lib', __FILE__).inspect
cmd << app_file.inspect << '-p' << port << '2>&1'
cmd << app_file.inspect << '-o' << '127.0.0.1' << '-p' << port << '2>&1'
cmd.join(" ")
end