improvs.
[anna.git] / example / diameter / launcher / deployments / st-client / launchCPS.sh
index 08bf495..44d993a 100755 (executable)
@@ -30,11 +30,13 @@ if [ "$desired_rate" != "" ]
 then
   rate_per_instance=$((desired_rate/$ADML_INSTANCES))
 fi
-echo "This configures $rate_per_instance test cases per second and instance"
-echo " (there are $ADML_INSTANCES instances available)".
+CMD="./operation.sh \"test|ttps|$rate_per_instance\""
+
+echo
+echo "As we have $ADML_INSTANCES instances available, we shall launch $rate_per_instance test cases"
+echo " per second and instance ($CMD)."
 echo
 echo "Press ENTER to continue, CTRL-C to abort ..."
 read dummy
-
-./operation.sh "test|ttps|$rate_per_instance"
+$CMD