update more akka refs to use pekko name (#200)
This commit is contained in:
parent
79b0189d70
commit
c32fcf1f0a
69 changed files with 139 additions and 137 deletions
|
|
@ -33,9 +33,9 @@ object TestExtras {
|
|||
import Keys._
|
||||
|
||||
private[Filter] object Params {
|
||||
val testNamesExclude = systemPropertyAsSeq("akka.test.names.exclude").toSet
|
||||
val testTagsExlcude = systemPropertyAsSeq("akka.test.tags.exclude").toSet
|
||||
val testTagsOnly = systemPropertyAsSeq("akka.test.tags.only").toSet
|
||||
val testNamesExclude = systemPropertyAsSeq("pekko.test.names.exclude").toSet
|
||||
val testTagsExlcude = systemPropertyAsSeq("pekko.test.tags.exclude").toSet
|
||||
val testTagsOnly = systemPropertyAsSeq("pekko.test.tags.only").toSet
|
||||
}
|
||||
|
||||
def settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue