Improve name for setProxied. Better updateEndToEnd because have any other application...
[anna.git] / example / diameter / launcher / DEPLOY.sh
index 034ccf9..ceb04b1 100755 (executable)
@@ -58,7 +58,7 @@ STARTED=\`pgrep \$EXE 2>/dev/null\`
 0> launcher.trace
 rm -f counters/*
 # Execution line:
-./\$EXE -cntDir counters $(for i in `cat args.txt | grep -v "^#"`; do echo -n "$i "; done)&
+./\$EXE --cntDir counters $(for i in `cat args.txt | grep -v "^#"`; do echo -n "$i "; done)&
 echo \$! > .pid
 EOF
 
@@ -118,7 +118,7 @@ then
   echo
   echo " (a)dvanced version:     includes burst management script and templates for different scenarios. Automatic configuration during start."
   echo " (b)asic version:        4 types of launcher (client, server, balancer, dummy), lightly configured and managed through SIGURS2 method."
-  echo " (f)unction test client: special client with regexp scheduler script based on splitted traffic logs."
+  echo " (f)unction test client: special client with regexp scheduler script based on splitted traffic logs. Requires a server to perform the tests."
   echo
   echo "Input option [b]:"
   read option