Remove duplicated multi-node-log-replace, it's in scripts/

This commit is contained in:
Patrik Nordwall 2012-09-19 15:50:33 +02:00
parent 718686e2f2
commit 8ee48e7a05

View file

@ -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"