System test refinement
[anna.git] / example / diameter / launcher / deployments / st-client / run.sh
diff --git a/example/diameter/launcher/deployments/st-client/run.sh b/example/diameter/launcher/deployments/st-client/run.sh
deleted file mode 100755 (executable)
index 27aa362..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-cd `dirname $0`
-EXE_BN=`basename $PWD`
-STARTED=`pgrep $EXE_BN 2>/dev/null`
-[ $? -eq 0 ] && { echo "Already started!"; echo "$STARTED" ; exit 1 ; }
-0> launcher.trace
-rm -f counters/* test-reports/*
-# Execution line:
-nohup ./ADML-client --cntDir counters --tmDir test-reports --disableLogs --services $SERVICES > stdout &
-echo $! > .pid
-