X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Frun_all.sh;h=d9a33aa86f1f13e68342cf62c38a764a5771fa0d;hb=5bf5055ab79aaf464e2491cfbab173ba37ba3419;hp=e9014ee3101b12a14cedb2cb1598d8e2c92dd394;hpb=18319deabbc8563fc112795968372e96263e6fe4;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 e9014ee..d9a33aa 100755 --- a/example/diameter/launcher/deployments/st-client/run_all.sh +++ b/example/diameter/launcher/deployments/st-client/run_all.sh @@ -12,7 +12,7 @@ for run in `ls ADMLS/*/run.sh` do cd `dirname $run` ./run.sh - sleep 0.1 + #sleep 0.1 cd - >/dev/null done @@ -20,6 +20,9 @@ sleep 1 echo "Now you could program the tests by mean script 'program.sh'. For example:" echo " ./program.sh st_examples/DynamicQualification" echo +echo "To enable reports dump for failed tests, execute:" +echo " ./operation.sh \"test|report|failed\"" +echo echo "To stop the processes, you could execute:" echo " pgrep ADML-[0-9] | xargs kill" echo