update more akka refs to use pekko name (#200)

This commit is contained in:
PJ Fanning 2023-02-17 10:49:40 +01:00 committed by GitHub
parent 79b0189d70
commit c32fcf1f0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 139 additions and 137 deletions

View file

@ -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 = {