haskell-distributed / distributed-process-platform

DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
47 stars 18 forks source link

switch tests from 8080 to a less common port #90

Closed tavisrudd closed 10 years ago

tavisrudd commented 10 years ago

This reduces the chance of tests not running due to other dev servers running on port 8080.

hyperthunk commented 10 years ago

Thanks @tavisrudd - as with the other PRs, I'll get this merged shortly.

hyperthunk commented 10 years ago

Fixed on development. Thanks!