X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Foperation_all.sh;h=88113816919925d0e977dd8649803b190c611d7d;hb=5bf5055ab79aaf464e2491cfbab173ba37ba3419;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..8811381 100755 --- a/example/diameter/launcher/deployments/st-client/operation_all.sh +++ b/example/diameter/launcher/deployments/st-client/operation_all.sh @@ -10,7 +10,10 @@ 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 $@ cd - >/dev/null done