This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 07a47741a1 Rename akka to pekko in system properties
07a47741a1 is described below

commit 07a47741a132d672ffb6d54936b5f630ad09a683
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat Dec 3 13:15:04 2022 +0100

    Rename akka to pekko in system properties
---
 project/MultiNode.scala   | 6 +++---
 project/SigarLoader.scala | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/project/MultiNode.scala b/project/MultiNode.scala
index efaf7864d5..c0fd461150 100644
--- a/project/MultiNode.scala
+++ b/project/MultiNode.scala
@@ -30,9 +30,9 @@ object MultiNode extends AutoPlugin {
     val multiNode = CliOption("pekko.test.multi-node", false)
     val sbtLogNoFormat = CliOption("sbt.log.noformat", false)
 
-    val hostsFileName = 
sys.props.get("akka.test.multi-node.hostsFileName").toSeq
-    val javaName = sys.props.get("akka.test.multi-node.java").toSeq
-    val targetDirName = 
sys.props.get("akka.test.multi-node.targetDirName").toSeq
+    val hostsFileName = 
sys.props.get("pekko.test.multi-node.hostsFileName").toSeq
+    val javaName = sys.props.get("pekko.test.multi-node.java").toSeq
+    val targetDirName = 
sys.props.get("pekko.test.multi-node.targetDirName").toSeq
   }
 
   val multiExecuteTests =
diff --git a/project/SigarLoader.scala b/project/SigarLoader.scala
index ea14eb82e8..b82cd73ed3 100644
--- a/project/SigarLoader.scala
+++ b/project/SigarLoader.scala
@@ -15,7 +15,7 @@ object SigarLoader {
   import Dependencies.Compile.Provided.sigarLoader
 
   /** Enable Sigar java agent injection during tests. */
-  lazy val sigarTestEnabled = 
sys.props.get("akka.test.sigar").getOrElse("false").toBoolean
+  lazy val sigarTestEnabled = 
sys.props.get("pekko.test.sigar").getOrElse("false").toBoolean
 
   lazy val sigarArtifact = TaskKey[File]("sigar-artifact", "Location of Sigar 
java agent jar.")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to