X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Foperation_all.sh;h=e2efaa49e2cbe6a206b7a558b77d540be14fb49b;hp=88113816919925d0e977dd8649803b190c611d7d;hb=1ac015cbbcd331edc3c14de26290d669d91e4e53;hpb=c23420c0590192eb25ad5344bf1d9485f789e257 diff --git a/example/diameter/launcher/deployments/st-client/operation_all.sh b/example/diameter/launcher/deployments/st-client/operation_all.sh index 8811381..e2efaa4 100755 --- a/example/diameter/launcher/deployments/st-client/operation_all.sh +++ b/example/diameter/launcher/deployments/st-client/operation_all.sh @@ -15,6 +15,10 @@ do echo -n "Instance `basename $dn_op`: " 0>launcher.trace ./operation.sh $@ + [ $? -ne 0 ] && { echo ; exit 1 ; } cd - >/dev/null done +echo +exit 0 +