System test feature
[anna.git] / example / diameter / launcher / deployments / basic / configure.sh
index 07ee3b1..7a3705b 100755 (executable)
@@ -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