X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fbasic%2Fconfigure.sh;h=7a3705b644fe020778e9f35d6b54cc85f239e389;hb=4c3f0a4d7e4db76996404d80c6f939548fca656f;hp=07ee3b1471d355f1fa7eabac1fee270c3e1d724c;hpb=c82a3818b279727e943a76343f3cf1a278ac9e19;p=anna.git diff --git a/example/diameter/launcher/deployments/basic/configure.sh b/example/diameter/launcher/deployments/basic/configure.sh index 07ee3b1..7a3705b 100755 --- a/example/diameter/launcher/deployments/basic/configure.sh +++ b/example/diameter/launcher/deployments/basic/configure.sh @@ -27,7 +27,7 @@ cd \`dirname \$0\` STARTED=\`pgrep $1 2>/dev/null\` [ \$? -eq 0 ] && { echo "Already started!"; echo "\$STARTED" ; exit 1 ; } 0> launcher.trace -rm -f counters/* +rm -f counters/* test-reports/* # Execution line: ./$@ --services services.xml & echo \$! > .pid @@ -62,7 +62,7 @@ tol=$(get_tol $option) ln -sf services/${tol}.xml services.xml # Tracing -DEBUG="--cntDir counters" +DEBUG="--cntDir counters --tmDir test-reports" echo echo "Enable debug traces ? (y/n) [n]:" read enable