move multi-node-testkit into its own module, see #2981

This commit is contained in:
Roland 2013-02-10 16:04:59 -05:00
parent 29b274b9c0
commit c3b363c9b3
18 changed files with 103 additions and 33 deletions

View file

@ -22,4 +22,4 @@
# check for an sbt command
type -P sbt &> /dev/null || fail "sbt command not found"
sbt "project akka-remote-tests-experimental" "test:run-main akka.remote.testkit.LogRoleReplace $1 $2"
sbt "project akka-remote-tests" "test:run-main akka.remote.testkit.LogRoleReplace $1 $2"