Remove duplicated multi-node-log-replace, it's in scripts/
This commit is contained in:
parent
718686e2f2
commit
8ee48e7a05
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Utility to make log files from multi-node tests easier to analyze.
|
||||
# Replaces jvm names and host:port with corresponding logical role name.
|
||||
#
|
||||
|
||||
|
||||
# check for an sbt command
|
||||
type -P sbt &> /dev/null || fail "sbt command not found"
|
||||
|
||||
sbt "project akka-remote-tests" "test:run-main akka.remote.testkit.LogRoleReplace $1 $2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue