Fixes & improvements
[anna.git] / example / diameter / launcher / deployments / st-client / run_all.sh
index d9a33aa..ab95c73 100755 (executable)
@@ -17,8 +17,7 @@ do
 done
 
 sleep 1
-echo "Now you could program the tests by mean script 'program.sh'. For example:"
-echo "   ./program.sh st_examples/DynamicQualification"
+echo
 echo
 echo "To enable reports dump for failed tests, execute:"
 echo "   ./operation.sh \"test|report|failed\""
@@ -26,5 +25,10 @@ echo
 echo "To stop the processes, you could execute:"
 echo "   pgrep ADML-[0-9] | xargs kill"
 echo
+echo "When running, use script 'program.sh' to configure the test cases."
+echo "To program again, you should execute './configure.sh' script to"
+echo " change the current testing setup."
+echo
 echo "Done!"
+echo