Skip to content

Commit

Permalink
now forwarding localhost TEST_SERVER_PORT to test server port 7101
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmaturana committed Feb 25, 2012
1 parent 81c5686 commit 2ecf552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/support/app_life_cycle.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
def connect_to_test_server
$stderr.puts `#{adb_command} forward tcp:7101 tcp:7101`
$stderr.puts `#{adb_command} forward tcp:#{ENV["TEST_SERVER_PORT"]} tcp:7101`

end_time = Time.now + 60
begin
Timeout.timeout(5) do
Expand Down

0 comments on commit 2ecf552

Please sign in to comment.