X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Frun_all.sh;h=796fe2d95a79d322ed03eb31243f8fcf69e9c5fd;hb=4a835fbe87b2c52716323e53b94f6e8454566755;hp=d9a33aa86f1f13e68342cf62c38a764a5771fa0d;hpb=94798b57ab67365ba0d44eb8ba7bddfb2281f8ef;p=anna.git diff --git a/example/diameter/launcher/deployments/st-client/run_all.sh b/example/diameter/launcher/deployments/st-client/run_all.sh index d9a33aa..796fe2d 100755 --- a/example/diameter/launcher/deployments/st-client/run_all.sh +++ b/example/diameter/launcher/deployments/st-client/run_all.sh @@ -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