Closed jsuereth closed 10 years ago
Looks like an actual Travis failure (on JDK7 only) but also looks likely unrelated to this change. Maybe our integration tests are racy.
LGTM if you don't think the CI failure is related to this change.
ouch, yeah that's the kill-switch test being racy. I'll fix that in a follow-on PR. DOes the change itself look ok?
No, it's definitely a racy-test for the kill-command.
This ensures that when running
run
tasks in sbt that depend on sbt-client, you'll still be able to accurately detect an sbt-launcher.jar. The detection isn't perfect, but won't cause wonky issues right now.Review by @havocp