X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Foperation_all.sh;h=e2efaa49e2cbe6a206b7a558b77d540be14fb49b;hb=refs%2Fheads%2Fdynamic_procedure_library;hp=616814d480642f86d6aad885bf91d529b1e6e508;hpb=18319deabbc8563fc112795968372e96263e6fe4;p=anna.git diff --git a/example/diameter/launcher/deployments/st-client/operation_all.sh b/example/diameter/launcher/deployments/st-client/operation_all.sh index 616814d..e2efaa4 100755 --- a/example/diameter/launcher/deployments/st-client/operation_all.sh +++ b/example/diameter/launcher/deployments/st-client/operation_all.sh @@ -10,8 +10,15 @@ fi for op in `ls ADMLS/*/operation.sh` do - cd `dirname $op` + dn_op=`dirname $op` + cd $dn_op + echo -n "Instance `basename $dn_op`: " + 0>launcher.trace ./operation.sh $@ + [ $? -ne 0 ] && { echo ; exit 1 ; } cd - >/dev/null done +echo +exit 0 +