Fixes `BaseComputeServiceAdapterLiveTest.testCreateAndRunAService` for CentOS 7. `disown` in `jetty.sh` is not enough to detach the process from the current session so it's terminated when jclouds closes the connection. You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds/pull/1122 -- Commit Summary -- * Makes sure Jetty doesn't terminate on ssh disconnect -- File Changes -- M compute/src/test/java/org/jclouds/compute/JettyStatements.java (2) M compute/src/test/java/org/jclouds/compute/StubComputeServiceIntegrationTest.java (2) -- Patch Links -- https://github.com/jclouds/jclouds/pull/1122.patch https://github.com/jclouds/jclouds/pull/1122.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1122
